]> git.proxmox.com Git - qemu.git/commit
tcg: Remove stray semi-colons from target-*/helper.h
authorRichard Henderson <rth@twiddle.net>
Sat, 14 Sep 2013 22:38:30 +0000 (15:38 -0700)
committerRichard Henderson <rth@twiddle.net>
Thu, 10 Oct 2013 18:43:37 +0000 (11:43 -0700)
commitf5daeec412b9624ba902bdba26edff88a1694ea6
tree2ef10c83fc3ed1fe41af0a5662c2648a1a258ee8
parent5cd8f6210f83db15702e81b91e40e7079608e6f3
tcg: Remove stray semi-colons from target-*/helper.h

During GEN_HELPER=1, these are actually stray top-level semi-colons
which are technically invalid ISO C, but GCC accepts as an extension.
If we added enough __extension__ markers that we could dare use
-Wpedantic, we'd see

  warning: ISO C does not allow extra ‘;’ outside of a function

This will become a hard error in the next patch, wherein those ; will
appear in the middle of a data structure.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-alpha/helper.h
target-arm/helper.h
target-cris/helper.h
target-mips/helper.h
target-ppc/helper.h
target-sparc/helper.h