Skip to content

Commit 4c756ff

Browse files
committed
Silence warnings under cmake
Signed-off-by: Matt Liberty <[email protected]>
1 parent 8adf317 commit 4c756ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ARCHFLAGS := $(ARCHFLAGS)
6666

6767
OPTFLAGS ?= -g -O
6868

69-
CFLAGS += -Wall -Wno-array-bounds -Wno-nonnull -Wno-maybe-uninitialized -Wno-format-overflow -Wno-unused-variable -Wno-unused-function -Wno-write-strings -Wno-sign-compare -Wno-deprecated -Wno-c++11-narrowing -Wno-register -Wno-format -Wno-reserved-user-defined-literal $(ARCHFLAGS)
69+
CFLAGS += -Wno-array-bounds -Wno-nonnull -Wno-maybe-uninitialized -Wno-format-overflow -Wno-unused-variable -Wno-unused-function -Wno-write-strings -Wno-sign-compare -Wno-deprecated -Wno-c++11-narrowing -Wno-register -Wno-format -Wno-reserved-user-defined-literal -Wno-alloc-size-larger-than -Wno-attributes -Wno-aggressive-loop-optimizations -Wno-stringop-overflow -Wno-changes-meaning $(ARCHFLAGS)
7070

7171
ifneq ($(findstring arm,$(shell uname -m)),)
7272
CFLAGS += -DABC_MEMALIGN=4

0 commit comments

Comments
 (0)