Squash warning: "_GNU_SOURCE" redefined.

The utils/config.h header handles this.
This commit is contained in:
Michael Drake 2020-05-22 10:28:48 +01:00
parent 8bef50aae2
commit c2f73310d0
2 changed files with 0 additions and 3 deletions

View File

@ -23,8 +23,6 @@
#include "utils/config.h" #include "utils/config.h"
#define _GNU_SOURCE /* strcasestr needs this for string.h */
#include <assert.h> #include <assert.h>
#include <ctype.h> #include <ctype.h>
#include <stdint.h> #include <stdint.h>

View File

@ -24,7 +24,6 @@
#include "utils/config.h" #include "utils/config.h"
#define _GNU_SOURCE /* strcasestr needs this for string.h */
#include <string.h> #include <string.h>
#include "utils/utils.h" #include "utils/utils.h"