> color.c:45: warning: implicit declaration of function `memcpy'

missing string.h includes, which man GCCs don't see, as memcpy is a compiler
builtin.

> cube3d.c: In function `spawn_bg':
> cube3d.c:507: warning: control reaches end of non-void function

The compiler doesn't get here, that exit(); does not return. A dummy return
after that will quieten it.

> slimy.c: In function `main':
> slimy.c:281: warning: control reaches end of non-void function

Same here. Easily fixed by using return instead of exit();.

> Makefile:386: warning: overriding commands for target `monitest'
> Makefile:222: warning: ignoring old commands for target `monitest'

This seems on purpose, as the Makfile.am says:
# Fix broken automake

> checkmode.c:497:73: warning: trigraph ??) ignored

Place a space between the 2 ? and send a harrassment letter to everyone who
was ever involved in the trigraph nonsense.

CU, Andy

-- 
= Andreas Beck                    |  Email :  <[EMAIL PROTECTED]>             =

Reply via email to