summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-05-19 16:10:22 +0000
committerBenjamin Otte <otte@gnome.org>2004-05-19 16:10:22 +0000
commit6da8daf171dd04e93f0fc0f04cb3feb858187680 (patch)
treefd09547ddd5feeab29bf1eab3c7160a08da157d2 /configure.ac
parent36fee19c5f8a9b1d712873ae1033234422629d44 (diff)
configure.ac: remove -Wno-sign-compare
Original commit message from CVS: * configure.ac: remove -Wno-sign-compare
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4b1a88b2..af048155 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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")