Skip to content

Commit

Permalink
Remove suggest override warning that is not yet supported by travis' …
Browse files Browse the repository at this point in the history
…gcc version
  • Loading branch information
ColinPitrat committed May 19, 2016
1 parent 6bc625d commit 3d9771a
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 @@ -16,7 +16,7 @@ ifndef CXX
CXX = g++
endif

CFLAGS_1 = -std=c++11 -Wall -Wzero-as-null-pointer-constant -Wsuggest-override `sdl-config --cflags`
CFLAGS_1 = -std=c++11 -Wall -Wzero-as-null-pointer-constant `sdl-config --cflags`

ifndef DEBUG
ifeq ($(LAST_BUILD_IN_DEBUG), 1)
Expand Down

0 comments on commit 3d9771a

Please sign in to comment.