Browse Source

Build: dont warn unhandled switch cases

main
heck 7 months ago
parent
commit
6d9461c577
  1. 2
      Makefile.conf

2
Makefile.conf

@ -17,7 +17,7 @@ OPT=-O3
LIBDAISY_DIR=../../heck_libDaisyWrong
DAISYSP_DIR=../../heck_DaisySPWrong
CXXFLAGS+=-Wall -Wno-unused -Wno-reorder-ctor
CXXFLAGS+=-Wall -Wno-unused -Wno-reorder-ctor -Wno-switch
######### Overrides from build.conf #########
-include $(HERE)build.conf

Loading…
Cancel
Save