mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
Ignore brace warnings on Apple clang
This commit is contained in:
parent
f99704c780
commit
9d760dc746
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,8 @@ endif
|
||||||
ifeq ($(platform),Darwin)
|
ifeq ($(platform),Darwin)
|
||||||
# their readline has strict-prototype issues
|
# their readline has strict-prototype issues
|
||||||
DEFCFLAGS += -Wno-strict-prototypes
|
DEFCFLAGS += -Wno-strict-prototypes
|
||||||
|
# some warnings about braced initializers on structs we want to ignore
|
||||||
|
DEFCFLAGS += -Wno-missing-braces
|
||||||
else
|
else
|
||||||
DEFCFLAGS += -Wstrict-prototypes
|
DEFCFLAGS += -Wstrict-prototypes
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue