mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-04 04:28:20 +00:00
137fdd0821
json_parser.c: In function 'parse_value': json_parser.c:240:9: warning: 'new_key' may be used uninitialized in this function [-Wmaybe-uninitialized] p = parse_value (js, new_key, p); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Co-authored-by: pancake <pancake@nopcode.org>