]> git.tuebingen.mpg.de Git - dss.git/commit
Silence clang warnings.
authorAndre Noll <maan@systemlinux.org>
Tue, 21 Jan 2014 15:56:37 +0000 (16:56 +0100)
committerAndre Noll <maan@systemlinux.org>
Wed, 22 Jan 2014 15:23:27 +0000 (16:23 +0100)
commitc4feb1361f4802f68da7d5cd099288c868e3a4a2
treeba5ab428493e9d382ecffc432daa859226cfe7de
parent0309357785cab0bfad836639ee18c6a8cc86d060
Silence clang warnings.

The -Wno-sign-compare option is supposed to not print the noisy
warnings for comparisons between signed and unsigned values.
Currently, in DEBUG_CFLAGS this option is followed by -W which causes
clang (but not gcc) to turn on these warnings again. As CFLAGS contains
-Wall, the -W option was redundant anyway, so this patch removes it.
Makefile