[core] disable GCC poison
This commit is contained in:
parent
30c649a533
commit
8c1b6fa3a2
|
@ -216,6 +216,8 @@
|
|||
#include <lighttpd/sys_memory.h>
|
||||
#include <lighttpd/sys_socket.h>
|
||||
|
||||
#if 0
|
||||
/* on "old" gcc versions (4.1?) poison also hits struct members */
|
||||
#if( 2 < __GNUC__ )
|
||||
#pragma GCC poison strtok asctime ctime tmpnam strerror
|
||||
#ifdef HAVE_LOCALTIME_R
|
||||
|
@ -225,5 +227,6 @@
|
|||
#pragma GCC poison gmtime
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue