Skip to content

Commit 76e7b3c

Browse files
committed
Avoid useless in this branch warning
1 parent daef700 commit 76e7b3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builds/posix/prefix.linux_amd64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020

2121
COMMON_FLAGS=-ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0
2222
OPTIMIZE_FLAGS=-O3 -fno-omit-frame-pointer
23-
WARN_FLAGS=-Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-narrowing -Wno-unused-local-typedefs
23+
WARN_FLAGS=-Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-narrowing \
24+
-Wno-unused-local-typedefs -Wno-template-id-cdtor
2425
PLATFORM_PLUSPLUS_FLAGS=-Wno-invalid-offsetof -Wno-class-memaccess
2526

2627
PROD_FLAGS=$(COMMON_FLAGS) $(OPTIMIZE_FLAGS)

0 commit comments

Comments
 (0)