diff options
Diffstat (limited to 'parse.c')
-rw-r--r-- | parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -497,7 +497,7 @@ static const char *parse_int(const struct parser_state *state, const char *str, break; default: - assert(false); + assert(!"Invalid int size"); goto bad; } |