mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +08:00
get rid of annoying "declared ‘static’ but never defined" warning
This commit is contained in:
parent
6bd86cb24a
commit
3f9515e2c9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
LDFLAGS = -ltermcap -lusb -lreadline -lpthread -L/opt/local/lib
|
||||
CFLAGS = -I. -I/opt/local/include -Wall
|
||||
CFLAGS = -I. -I/opt/local/include -Wall -Wno-unused-function
|
||||
|
||||
CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall
|
||||
QTLDFLAGS = $(shell pkg-config --libs QtCore QtGui 2>/dev/null)
|
||||
|
|
Loading…
Reference in a new issue