[Lemon-commits] Alpar Juttner: Switch on warnings when compiling...

Lemon HG hg at lemon.cs.elte.hu
Wed Mar 18 17:18:56 CET 2009


details:   http://lemon.cs.elte.hu/hg/lemon/rev/20e3acc1a757
changeset: 574:20e3acc1a757
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Wed Mar 18 16:18:05 2009 +0000
description:
	Switch on warnings when compiling the lib

diffstat:

 lemon/Makefile.am |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff --git a/lemon/Makefile.am b/lemon/Makefile.am
--- a/lemon/Makefile.am
+++ b/lemon/Makefile.am
@@ -17,6 +17,7 @@
 
 
 lemon_libemon_la_CXXFLAGS = \
+	$(AM_CXXFLAGS) \
 	$(GLPK_CFLAGS) \
 	$(CPLEX_CFLAGS) \
 	$(SOPLEX_CXXFLAGS) \



More information about the Lemon-commits mailing list