Revision: 43796
          http://brlcad.svn.sourceforge.net/brlcad/?rev=43796&view=rev
Author:   starseeker
Date:     2011-03-08 23:13:31 +0000 (Tue, 08 Mar 2011)

Log Message:
-----------
STRICT_FLAGS -> WARNING_FLAGS - just a rename as far as autotools is concerned, 
no behavior change

Modified Paths:
--------------
    brlcad/trunk/configure.ac
    brlcad/trunk/include/bu.h

Modified: brlcad/trunk/configure.ac
===================================================================
--- brlcad/trunk/configure.ac   2011-03-08 23:10:16 UTC (rev 43795)
+++ brlcad/trunk/configure.ac   2011-03-08 23:13:31 UTC (rev 43796)
@@ -2204,7 +2204,7 @@
        # do not include -w as that was just to suppress any test warnings
        STRICT_FLAGS="-pedantic -W -Wall -Wundef -Wfloat-equal -Wshadow 
-Winline -Wno-long-long  -Werror"
        AC_SUBST(STRICT_FLAGS)
-       AC_DEFINE([STRICT_FLAGS], [1], [Define to 1 if strict standards 
compliance compilation is enabled.])
+       AC_DEFINE([WARNING_FLAGS], [1], [Define to 1 if strict standards 
compliance compilation is enabled.])
    fi
 fi
 

Modified: brlcad/trunk/include/bu.h
===================================================================
--- brlcad/trunk/include/bu.h   2011-03-08 23:10:16 UTC (rev 43795)
+++ brlcad/trunk/include/bu.h   2011-03-08 23:13:31 UTC (rev 43796)
@@ -157,7 +157,7 @@
  *  function types (adding bu_vls support) and that is a problem with
  *  strict checking.
  */
-#if defined(STRICT_FLAGS)
+#if defined(WARNING_FLAGS)
 #  undef __BU_ATTR_FORMAT12
 #  undef __BU_ATTR_FORMAT23
 #  undef __BU_ATTR_NORETURN


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to