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 \
-Wold-style-definition \
-Wpacked \
-Wpedantic \
-Wpointer-arith \
-Wshadow \
-Wsign-conversion \

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

Loading…
Cancel
Save