next batch for cppeheck, addressing syntaxError and

constParameterPointer
This commit is contained in:
G.E
2024-04-24 17:32:09 +03:00
parent f209c685da
commit 68306ba75c
12 changed files with 17 additions and 17 deletions

View File

@@ -400,7 +400,7 @@ char castleFindMatch(const struct Castle *c, const u64a begin, const u64a end,
}
static really_inline
u64a subCastleNextMatch(const struct Castle *c, void *full_state,
u64a subCastleNextMatch(const struct Castle *c, const void *full_state,
void *stream_state, const u64a loc,
const u32 subIdx) {
DEBUG_PRINTF("subcastle %u\n", subIdx);