Skip to content

Commit

Permalink
Makefile: remove Wno-implicit-fallthrough for now, gcc5 does not
Browse files Browse the repository at this point in the history
recognize.
  • Loading branch information
scamille committed Jun 3, 2018
1 parent d06e774 commit 7c150ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ CXX = g++
CPP_FLAGS = -Wall -Wextra -W -I. -DSC_SHARED_DATA=\"$(SHARED_DATA)\" --std=c++11 -O3 -MMD -MP \
-Wpedantic \
-Wcast-qual \
-Wconversion-null \
-Wno-implicit-fallthrough # Since we can not yet mark things with [[fallthrough]], disable to avoid false positives.
-Wconversion-null

OPTS =
GIT = $(shell [ -d ../.git ] && which git)
Expand Down

0 comments on commit 7c150ae

Please sign in to comment.