[cheese] Disable C warnings for Vala code, bug 710218



commit a665bda1fd201b4376c4863802b73a5499cd1618
Author: Robert Ancell <robert ancell canonical com>
Date:   Wed Oct 16 10:26:23 2013 +1300

    Disable C warnings for Vala code, bug 710218
    
    They generally cannot be resolved in Vala and make the build confusing.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c2e7c83..4cf4d06 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -242,7 +242,7 @@ cheese_CPPFLAGS = \
        -I$(top_srcdir)/libcheese \
        -I$(top_srcdir)/src
 
-cheese_CFLAGS = -export-dynamic
+cheese_CFLAGS = -export-dynamic -w
 
 cheese_LDADD = \
        libcheese.la \


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