Browse Source

Add -Wno-unused-variable.

pull/230/head
Dan Gohman 4 years ago
parent
commit
e69430a9dd
  1. 3
      Makefile

3
Makefile

@ -192,7 +192,8 @@ CFLAGS += -fno-trapping-math
CFLAGS += -Wall -Wextra -Werror \
-Wno-null-pointer-arithmetic \
-Wno-unused-parameter \
-Wno-sign-compare
-Wno-sign-compare \
-Wno-unused-variable
# Configure support for threads.
ifeq ($(THREAD_MODEL), single)

Loading…
Cancel
Save