configure.ac: remove -Wno-sign-compare
authorBenjamin Otte <otte@gnome.org>
Wed, 19 May 2004 16:10:22 +0000 (16:10 +0000)
committerBenjamin Otte <otte@gnome.org>
Wed, 19 May 2004 16:10:22 +0000 (16:10 +0000)
Original commit message from CVS:
* configure.ac:
remove -Wno-sign-compare

ChangeLog
configure.ac

index 2b5ce2f9afcff6d107cf6a26fec9d034750066e6..1fc47c1dfdfb3819e82580de1978dcae2b270c01 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
+
+       * configure.ac:
+         remove -Wno-sign-compare
+
 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
 
        * configure.ac:
index 4b1a88b288aecb30f56e0a051b61de4a2a215d7f..af048155d4e75fb86e74ab7faf039e686263c5b2 100644 (file)
@@ -62,7 +62,7 @@ dnl decide on error flags
 AS_COMPILER_FLAG(-Wall, GST_WALL="yes", GST_WALL="no")
 
 if test "x$GST_WALL" = "xyes"; then
-   GST_ERROR="$GST_ERROR -Wall -Wno-sign-compare"
+   GST_ERROR="$GST_ERROR -Wall"
 
    if test "x$GST_CVS" = "xyes"; then
      AS_COMPILER_FLAG(-Werror,GST_ERROR="$GST_ERROR -Werror",GST_ERROR="$GST_ERROR")