Skip to content

Commit

Permalink
remove -Wno-format to "fix" error: -Wformat-security ignored without …
Browse files Browse the repository at this point in the history
…-Wformat
  • Loading branch information
valr committed Feb 9, 2022
1 parent 0571825 commit 9c77439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ endif
CPPFLAGS += -DNLSDIR=\"$(NLSDIR)\"

CFLAGS ?= -O2
CFLAGS += -Wall -Wno-format -Wno-deprecated-declarations -std=c99
CFLAGS += -Wall -Wno-deprecated-declarations -std=c99
CFLAGS += $(shell $(PKG_CONFIG) --cflags $(PKG_DEPS))

ifeq ($(WITH_GTK3), 0)
Expand Down

0 comments on commit 9c77439

Please sign in to comment.