]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - Makefile.inc
use strchr, strrchr, random, more lint removal, savefile in /var/games/warp
[bsdgames-darwin.git] / Makefile.inc
index cdd7bc3087f4b3c546a461a5388b80447ead1a66..48090e05154f7495f59593b7f9a89185ba0d4c11 100644 (file)
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.14 2009/01/18 20:22:45 dholland Exp $
+#      $NetBSD: Makefile.inc,v 1.16 2014/03/23 00:17:40 dholland Exp $
 #      @(#)Makefile.inc        8.1 (Berkeley) 5/31/93
 
 MKHIDEGAME?=   no
@@ -20,4 +20,7 @@ BINGRP=               games
 BINMODE=       2555
 .endif
 .endif
-WARNS?=                4
+# Note: do not bother with WARNS=6 until -Wconversion is either
+# removed from WARNS=6 or rendered useful by improving gcc; as it is
+# (with gcc48) it produces buckets of drivel.
+WARNS?=                5