am 170168cd: Merge "Temporarily address gcc 4.7 breakage."
* commit '170168cdf37111b45b15817fab9e3df54cbc27b7': Temporarily address gcc 4.7 breakage.
This commit is contained in:
commit
aec9a254a2
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user