[Tuxnes-devel] compiler warning
Brought to you by:
tmmm
From: Jason D. S. <jd...@us...> - 2004-08-22 15:11:38
|
When I try to compile cvs HEAD I get sound.c: In function `InitAudioCore': sound.c:305: warning: implicit declaration of function `malloc' sound.c:305: warning: assignment makes pointer from integer without a cast sound.c: In function `ProgressiveSoundUpdate': sound.c:883: error: `AFMT_U16_BE' undeclared (first use in this function) sound.c:883: error: (Each undeclared identifier is reported only once sound.c:883: error: for each function it appears in.) sound.c:884: error: `AFMT_S16_BE' undeclared (first use in this function) Looks like there are some missing #includes at least. jason |