]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Remove duplicate -Wno-unused-function.
authorAndre Noll <maan@systemlinux.org>
Thu, 24 Jul 2014 20:05:56 +0000 (22:05 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Oct 2014 12:15:53 +0000 (13:15 +0100)
commit5e61409cae7999ec4372f7408ad2f7c078cd188d
tree080aea6e69329052f4bc261a425ae34b72276ad1
parentd67061d23fa2757b7d06328bfc9f4e5c3c733f40
build: Remove duplicate -Wno-unused-function.

We compile the .c files generated by gengetopt with this option to
silence a compiler warning. The option is first added to CPPFLAGS
and then specified again in the rule for the *.cmdline.o target. This
gets rid of the second instance.
Makefile.real