mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 16:14:59 +08: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)
|
||||
# their readline has strict-prototype issues
|
||||
DEFCFLAGS += -Wno-strict-prototypes
|
||||
# some warnings about braced initializers on structs we want to ignore
|
||||
DEFCFLAGS += -Wno-missing-braces
|
||||
else
|
||||
DEFCFLAGS += -Wstrict-prototypes
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue