]> git.ipfire.org Git - thirdparty/sarg.git/commit
Check for empty body in source code
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Wed, 9 Feb 2011 15:23:29 +0000 (15:23 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Wed, 9 Feb 2011 15:23:29 +0000 (15:23 +0000)
commit53aaf8974f3bf60983f6b57c22a0a33adbfca4de
tree92231b5d797001d8d440710ee26adf1fa6176c24
parent52fe76a6b7ff1c622d74c5bd200fd5a463306136
Check for empty body in source code

Enable a warning in gcc to stop the compilation if an empty body is found after
some control structures. It should detect stray semi-colons at the end of the
control structures such as if, for, while,...
CMakeLists.txt
configure.in