Author: sebor
Date: Wed Sep 10 08:22:28 2008
New Revision: 693868

URL: http://svn.apache.org/viewvc?rev=693868&view=rev
Log:
2008-09-10  Martin Sebor  <[EMAIL PROTECTED]>

        * etc/config/acc.config (WARNFLAGS): Disabled "info #20302-D:
        performance advice: For better performance, consider using
        profile based optimization" emitted after committing r692728
        (STDCXX-1014).

Modified:
    stdcxx/branches/4.2.x/etc/config/acc.config

Modified: stdcxx/branches/4.2.x/etc/config/acc.config
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/etc/config/acc.config?rev=693868&r1=693867&r2=693868&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/etc/config/acc.config (original)
+++ stdcxx/branches/4.2.x/etc/config/acc.config Wed Sep 10 08:22:28 2008
@@ -58,7 +58,10 @@
 
     ifeq ($(shell [ $(aCC_MINOR) -ge 15 ] && echo 1),1)
         # enable performance suggestions for aCC 6.15 and higher
-        WARNFLAGS += +wperfadvice
+        # but disable the pointless info #20302-D: performance
+        # advice: For better performance, consider using profile
+        # based optimization.
+        WARNFLAGS += +wperfadvice +W20302
     endif   # aCC >= 6.15 
 
 # disabled warnings:


Reply via email to