pull/797/head
Brad House 5 months ago
parent 8293a05f63
commit 44d030e40f
  1. 1
      Makefile.dj
  2. 4
      src/lib/ares_sysconfig_mac.c

@ -42,7 +42,6 @@ CFLAGS = -g -O2 -I./include -I./src/lib \
-Wno-coverage-mismatch \ -Wno-coverage-mismatch \
-Wold-style-definition \ -Wold-style-definition \
-Wpacked \ -Wpacked \
-Wpedantic \
-Wpointer-arith \ -Wpointer-arith \
-Wshadow \ -Wshadow \
-Wsign-conversion \ -Wsign-conversion \

@ -372,5 +372,9 @@ done:
} }
#pragma GCC diagnostic pop #pragma GCC diagnostic pop
#else
/* Prevent compiler warnings due to empty unit */
static int ares_sysconfig_mac = 0;
#endif #endif

Loading…
Cancel
Save