We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a42cb6 commit da2ce56Copy full SHA for da2ce56
Makefile
@@ -142,7 +142,7 @@ ARMOBJCOPY=$(ARM)objcopy
142
#
143
# CXX Flags
144
145
-COMMON_CXXFLAGS+=-Wall -Werror -Wno-error=unused-but-set-variable -MT $@ -MD -MP -MF $(@:%.o=%.d) -DVERSION=\"$(VERSION)\" -g3
+COMMON_CXXFLAGS+=-Wall -Werror -MT $@ -MD -MP -MF $(@:%.o=%.d) -DVERSION=\"$(VERSION)\" -g3
146
WX_CXXFLAGS:=$(shell wx-config --cxxflags --version=$(WXVERSION)) -DWX_PRECOMP -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing
147
BOSSA_CXXFLAGS=$(COMMON_CXXFLAGS) $(WX_CXXFLAGS)
148
BOSSAC_CXXFLAGS=$(COMMON_CXXFLAGS)
0 commit comments