Merge "Temporarily address gcc 4.7 breakage."
This commit is contained in:
commit
170168cdf3
@ -26,6 +26,10 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Temporarily disable _FORTIFY_SOURCE to get this code to
|
||||||
|
// compile under GCC 4.7
|
||||||
|
#undef _FORTIFY_SOURCE
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user