diff options
-rw-r--r-- | games/toycars/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/toycars/Makefile b/games/toycars/Makefile index 0ff00800ba89..257f3db479e8 100644 --- a/games/toycars/Makefile +++ b/games/toycars/Makefile @@ -20,6 +20,8 @@ GNU_CONFIGURE= yes USE_SDL= image sdl USE_GL= gl glu +CXXFLAGS+= -Wno-c++11-narrowing + PLIST_FILES= bin/toycars \ bin/toycars_track_editor \ bin/toycars_vehicle_editor |