diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-05-14 19:32:09 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-05-14 19:32:09 +0000 |
commit | fff6da0e782b150da1acce9e2b93c993c8ba3a55 (patch) | |
tree | bad3f2d396ef6e606139e21328c6fe500909f562 /games/toycars | |
parent | b8dbe5eaa1aac5dc251240b28de58518b621798d (diff) |
- Fix build with clang 6.0
Notes
Notes:
svn path=/head/; revision=469960
Diffstat (limited to 'games/toycars')
-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 |