Revision: 69021
http://sourceforge.net/p/brlcad/code/69021
Author: starseeker
Date: 2016-10-11 17:31:10 +0000 (Tue, 11 Oct 2016)
Log Message:
-----------
It's as much or more C89 that requires this workaround now, rather than our
customizations...
Modified Paths:
--------------
brlcad/trunk/include/bu/defines.h
Modified: brlcad/trunk/include/bu/defines.h
===================================================================
--- brlcad/trunk/include/bu/defines.h 2016-10-11 17:08:57 UTC (rev 69020)
+++ brlcad/trunk/include/bu/defines.h 2016-10-11 17:31:10 UTC (rev 69021)
@@ -148,9 +148,9 @@
/**
* If we're compiling strict, turn off "format string vs arguments"
- * checks - BRL-CAD customizes the arguments to some of these
- * function types (adding bu_vls support) and that is a problem with
- * strict checking.
+ * checks. As long as we are using C89, the proper printf support
+ * for size_t is not available in the standard and we will get
+ * warnings about using extensions.
*/
#if defined(STRICT_FLAGS)
# undef _BU_ATTR_PRINTF12
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits