[rygel-gst-0-10-media-engine] Remove "-w" from CFLAGS when --enable-strict-cc is not set.



commit b4e6d84ac0f1ae242ce7fa9544a366026b9549f4
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Tue Jan 8 16:28:04 2013 +0100

    Remove "-w" from CFLAGS when --enable-strict-cc is not set.
    
    Inhibiting warnings is harmful.

 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f13c4f9..4a553c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,8 +48,6 @@ AC_ARG_ENABLE(strict-cc,
         enable_strict_cc=no)
 if test "x$enable_strict_cc" = "xyes"; then
         CFLAGS="$CFLAGS -Wall -Werror"
-else
-        CFLAGS="$CFLAGS -w"
 fi
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]