[Echempp-devel] Analysis/Data Makefile.am,1.15,1.16
Status: Beta
Brought to you by:
berndspeiser
|
From: Bernd S. <ber...@us...> - 2007-05-11 14:51:00
|
Update of /cvsroot/echempp/Analysis/Data
In directory sc8-pr-cvs17:/tmp/cvs-serv22460/Analysis/Data
Modified Files:
Makefile.am
Log Message:
testing xml input failure
Index: Makefile.am
===================================================================
RCS file: /cvsroot/echempp/Analysis/Data/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Makefile.am 9 Feb 2006 11:22:58 -0000 1.15
--- Makefile.am 11 May 2007 14:50:50 -0000 1.16
***************
*** 28,32 ****
--- 28,37 ----
bas100dataOld.hpp \
bas100dataOld.cpp
+
+ # -Wno-parentheses is needed due to boost::serialization
+ # -Wno-unused-parameter is needed due to boost::serialization
libeppDataold_la_CXXFLAGS = -Wall -Werror -pedantic-errors -Wno-deprecated \
+ -Wno-unused-parameter\
+ -Wno-parentheses\
-DTIXML_USE_STL
|