[anjuta] language-support-vala: bgo #721782 - Fail to build with clang because of --no-warn option



commit 93d97a7294636afd306d23a478b109ebe3b29c3c
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Wed Jan 15 22:19:41 2014 +0100

    language-support-vala: bgo #721782 - Fail to build with clang because of --no-warn option

 plugins/language-support-vala/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/language-support-vala/Makefile.am b/plugins/language-support-vala/Makefile.am
index 1ee4a15..f19f129 100644
--- a/plugins/language-support-vala/Makefile.am
+++ b/plugins/language-support-vala/Makefile.am
@@ -41,7 +41,7 @@ AM_CPPFLAGS = \
        $(VALA_CFLAGS) \
        -DPACKAGE_SRC_DIR=\"$(srcdir)\" \
        -DG_LOG_DOMAIN=\"language-support-vala\" \
-       --no-warn
+       -w
 
 # The plugin
 plugindir = $(anjuta_plugin_dir)


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