From: mrg Date: Sun, 6 Sep 2020 10:51:20 +0000 (+0000) Subject: apply ${GCC_NO_FORMAT_TRUNCATION} to scores.c X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/commitdiff_plain/c2232c803a2e3124372cf4ce0407ef660e2560a0?ds=sidebyside apply ${GCC_NO_FORMAT_TRUNCATION} to scores.c --- diff --git a/tetris/Makefile b/tetris/Makefile index c0ccc604..43112240 100644 --- a/tetris/Makefile +++ b/tetris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/10/13 07:28:10 mrg Exp $ +# $NetBSD: Makefile,v 1.9 2020/09/06 10:51:20 mrg Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= tetris @@ -10,5 +10,6 @@ HIDEGAME=hidegame SETGIDGAME=yes COPTS.tetris.c+= ${GCC_NO_FORMAT_TRUNCATION} +COPTS.scores.c+= ${GCC_NO_FORMAT_TRUNCATION} .include