CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/12/25 13:59:09
Modified files:
games/arithmetic: arithmetic.c
games/boggle/boggle: extern.h
games/factor : factor.c
games/fish : fish.c
games/fortune/fortune: fortune.c
games/fortune/strfile: strfile.c
games/grdc : grdc.c
games/hangman : main.c
games/number : number.c
games/pig : pig.c
games/ppt : ppt.c
games/primes : primes.c
games/quiz : quiz.c
games/random : random.c
games/robots : robots.h
games/tetris : tetris.c
games/wump : wump.c
Log message:
Declare usage() functions as __dead void, if they don't return, on games
section.
Found another one in arithmetic(6) which also didn't return, and removed a
function from number(6) which is not used anymore.
OK tb@