]> git.tuebingen.mpg.de Git - paraslash.git/commit
Makefile: Place -Wno-sign-compare _after_ -Wall.
authorAndre Noll <maan@systemlinux.org>
Tue, 17 May 2011 11:55:27 +0000 (13:55 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 6 Jul 2011 08:05:06 +0000 (10:05 +0200)
commit1548a6c606be5f759f3ccc94b901c3a2db889dbe
treea1beb26f21d90914f9c03575ebe8a3b37ae80725
parent74f1e057c1579d880becb6a32acd43641b1a8c2b
Makefile: Place -Wno-sign-compare _after_ -Wall.

Without this, clang still complains about comparisons between
signed and unsigned variables which produces lots of noise.
Makefile.in