]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Add -Wunused-macros to CPPFLAGS on Linux.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 1 Apr 2015 02:50:27 +0000 (02:50 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 31 May 2015 09:30:26 +0000 (11:30 +0200)
commit132ab22db97d57c688b2a4cda4a905aee17cf5b0
treeae61b617f93ef4393ab7e438c0571aa07a193014
parente9b00a14a4653d767a9d0fe885aa0b6d56c42180
build: Add -Wunused-macros to CPPFLAGS on Linux.

We already specify -Wunused which combines all -Wunused options but
does not activate the -Wunused-macros cpp warning.
Makefile.real