On Tue, 2008-08-12 at 08:29 +0200, Reimar Doeffinger wrote: > Of course if there was a compiler flag for gcc to simply die if a used function > is missing a declaration this would be much nicer. -Werror=implicit-function-declaration works in gcc-4.3 (but not in 4.2, it still gives just a warning).