summary refs log tree commit diff stats
path: root/tests/test-string-input-visitor.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-07-19 15:14:19 +0200
committerLaurent Vivier <laurent@vivier.eu>2019-08-21 10:54:31 +0200
commit6f0dd6c5d25a0355b1dfc36dd8ed40dc053b3d54 (patch)
tree4a9e81711907354410926ba9112cf251f6234743 /tests/test-string-input-visitor.c
parent80867bdbfc400b79686126c179b8ea70d79239b6 (diff)
downloadfocaccia-qemu-6f0dd6c5d25a0355b1dfc36dd8ed40dc053b3d54.tar.gz
focaccia-qemu-6f0dd6c5d25a0355b1dfc36dd8ed40dc053b3d54.zip
json: Move switch 'fall through' comment to correct place
Reported by GCC9 when building with CFLAG -Wimplicit-fallthrough=2:

  qobject/json-parser.c: In function ‘parse_literal’:
  qobject/json-parser.c:492:24: error: this statement may fall through [-Werror=implicit-fallthrough=]
    492 |     case JSON_INTEGER: {
        |                        ^
  qobject/json-parser.c:524:5: note: here
    524 |     case JSON_FLOAT:
        |     ^~~~

Correctly place the 'fall through' comment.

Reported-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20190719131425.10835-2-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'tests/test-string-input-visitor.c')
0 files changed, 0 insertions, 0 deletions