]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Compile with -Wformat-signedness if possible.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 23 Nov 2016 22:17:10 +0000 (23:17 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 4 Dec 2016 10:14:27 +0000 (11:14 +0100)
We can't activate this warning unconditionally because it is not
supported on older compilers, including clang. Therefore we introduce
a build time check and add the option only if the compiler supports it.


No differences found