Re: allow ebnc to build with g++
Karine Proot <[email protected]> Wed, 18 Feb 2004 20:36:09 +0100
| Newsgroups | gmane.network.everybuddy.user |
|---|---|
| Message-ID | <1077132969.2502.6.camel@gelydh> |
> g++ requires function prototypes for strcmp, strdup, free, strtol, etc, > which are found in string.h and stdlib.h. > > This patch fixes that. > > Philip Applied, thanks. I'm wondering though (sorry if I appear ignorant here). Why did g++ never complained ? So far, as long as I didn't receive warnings, I thought my code was OK. Are there other things gcc/g++ don't complain about, but that my ignorant self should know ? :) Karine