NetBSD/games/rogue
lukem c4b7a9e794 bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from
	GCC_NO_warning
to
	CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
2023-06-03 09:09:01 +00:00
..
USD.doc
CHANGES fix various typos in comments, messages and documentation. 2021-09-19 10:34:06 +00:00
Makefile bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
hit.c
init.c
inventory.c
level.c
machdep.c
main.c
message.c games: remove trailing whitespace in *.c and *.h 2021-05-02 12:50:43 +00:00
monster.c
move.c
object.c
pack.c
pathnames.h
play.c
random.c
ring.c
rogue.6
rogue.h
room.c
save.c games: remove trailing whitespace in *.c and *.h 2021-05-02 12:50:43 +00:00
score.c
spec_hit.c
throw.c
trap.c
use.c games: remove trailing whitespace in *.c and *.h 2021-05-02 12:50:43 +00:00
zap.c