Skip to content

Commit b77dcff

Browse files
committed
Add -Wno-ignored-pragmas.
1 parent 08fde76 commit b77dcff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ CFLAGS += -Wall -Wextra -Werror \
196196
-Wno-unused-variable \
197197
-Wno-unused-function \
198198
-Wno-ignored-attributes \
199-
-Wno-missing-braces
199+
-Wno-missing-braces \
200+
-Wno-ignored-pragmas
200201

201202
# Configure support for threads.
202203
ifeq ($(THREAD_MODEL), single)

0 commit comments

Comments
 (0)