mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
static analysis, some fixing fun in perspective
This commit is contained in:
parent
a2d1a7bc92
commit
2b320929fc
1 changed files with 2 additions and 0 deletions
|
@ -170,6 +170,8 @@ GCCEXTRACFLAGS += -Wold-style-declaration -Wno-error=old-style-declaration
|
||||||
GCCEXTRACFLAGS += -Woverride-init
|
GCCEXTRACFLAGS += -Woverride-init
|
||||||
GCCEXTRACFLAGS += -Wshift-negative-value
|
GCCEXTRACFLAGS += -Wshift-negative-value
|
||||||
GCCEXTRACFLAGS += -Wunused-but-set-parameter -Wno-error=unused-but-set-parameter
|
GCCEXTRACFLAGS += -Wunused-but-set-parameter -Wno-error=unused-but-set-parameter
|
||||||
|
# enable gcc static analysis
|
||||||
|
GCCEXTRACFLAGS += -fanalyzer
|
||||||
ifeq ($(GCCEXTRA),1)
|
ifeq ($(GCCEXTRA),1)
|
||||||
DEFCFLAGS += $(GCCEXTRACFLAGS) $(EXTRACFLAGS)
|
DEFCFLAGS += $(GCCEXTRACFLAGS) $(EXTRACFLAGS)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue