[ease] [build] Silence C compiler warnings



commit 45b66d47bcd4f48735bf80be7b87e7fe86dde579
Author: Nate Stedman <natesm gmail com>
Date:   Mon Jul 26 18:55:12 2010 -0400

    [build] Silence C compiler warnings
    
    At some point, this should be disabled temporarily so that we can report
    bugs for each warning to the vala team. However, Ease still works fine
    with all the warnings, and they're from a language that Ease isn't
    written in, so let's make the build output a little cleaner.

 Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 903aef3..8b81905 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,8 @@ INCLUDES =
 
 bin_PROGRAMS = ease
 
+EASE_CFLAGS += -w
+
 AM_CPPFLAGS = \
 	$(EASE_CFLAGS) \
 	-include $(CONFIG_HEADER) \



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