compiler-warnings: Drop -Wno-sign-comare
authorColin Walters <walters@verbum.org>
Mon, 12 Nov 2012 20:04:02 +0000 (15:04 -0500)
committerColin Walters <walters@verbum.org>
Mon, 12 Nov 2012 20:23:17 +0000 (15:23 -0500)
commiteeca390b4d7ee45616dc987ab6085add4f6e4ada
treea8aad170404e693776d46792a1b0b39e8f8c583c
parentb90f3e541739f7122811966481b55d625129d951
compiler-warnings: Drop -Wno-sign-comare

It's not part of -Wall, and we're not explicitly turning it on here,
so there's no point in turning it off, since it's not on.

Additionally, if a given module did want it on, it's clearer if
the compiler flags don't have -Wno-sign-compare -Wsign-compare.

https://bugzilla.gnome.org/show_bug.cgi?id=688192
macros2/gnome-compiler-flags.m4