dbertoni 2005/04/18 09:59:07
Modified: c Makefile.incl.in
Log:
Fix for Jira issue XALANC-484.
Revision Changes Path
1.32 +3 -2 xml-xalan/c/Makefile.incl.in
Index: Makefile.incl.in
===================================================================
RCS file: /home/cvs/xml-xalan/c/Makefile.incl.in,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- Makefile.incl.in 2 Mar 2005 17:30:56 -0000 1.31
+++ Makefile.incl.in 18 Apr 2005 16:59:07 -0000 1.32
@@ -301,8 +301,9 @@
SUPPORTED = TRUE
PLATFORM_COMPILE_OPTIONS = +Z -D${PLATFORM} -D_THREAD_SAFE
# +p option removed, +W849 option added
- # to avoid error created by instantiated template symbol length limiation.
- PLATFORM_CXX_COMPILE_OPTIONS = +W849 -mt -Wc,-koenig_lookup,on
-Wc,-ansi_for_scope,on
+ # to avoid error created by instantiated template symbol length limitation.
+ # Also disable warning 930 about placement delete not implemented.
+ PLATFORM_CXX_COMPILE_OPTIONS = +W849,930 -mt -Wc,-koenig_lookup,on
-Wc,-ansi_for_scope,on
ALLLIBS = ${LIBS}
SHLIBSUFFIX=.sl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]