]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commit6be2a7de19d8fe01f67207d8412fba7b468c6b11
tree816139b2dfcacd8824ebe779512bfbb6cdc87510
parentf6a845d497ed6883e8318acc8a17d2ed07b85a51
Compile with -Wformat-signedness if possible.

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.
Makefile.real