Merge "Temporarily address gcc 4.7 breakage."

This commit is contained in:
Nick Kralevich
2012-11-15 15:57:15 -08:00
committed by Gerrit Code Review

View File

@@ -26,6 +26,10 @@
* SUCH DAMAGE.
*/
// Temporarily disable _FORTIFY_SOURCE to get this code to
// compile under GCC 4.7
#undef _FORTIFY_SOURCE
#include <assert.h>
#include <stdarg.h>
#include <string.h>