mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
configure.ac: remove -Wno-sign-compare
Original commit message from CVS: * configure.ac: remove -Wno-sign-compare
This commit is contained in:
parent
36fee19c5f
commit
6da8daf171
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue