|
From: | address@hidden |
Subject: | Re: [lwip-devel] Converting to git |
Date: | Mon, 25 Jul 2011 06:38:12 +0200 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0 |
Wojciech A. Koszek wrote:
It shouts because it can't find a function prototype: ./../src/core/pbuf.c cc1: warnings being treated as errors ../../../../src/core/pbuf.c:115:1: error: no previous prototype for ‘pbuf_free_ooseq’ make[1]: *** [pbuf.o] Błąd 1 make[1]: Opuszczenie katalogu `/home/wkoszek/r/sw/kos/net/lwip/ports/unix/proj/unixsim' make: *** [all] Błąd 2
So essentially, it complains about fining a non-static function without finding a prototype for it, first? I didn't see gcc ever warn about this. But then again, we don't have the newest version for our cross-compilers (unfortunately)...
Simon
[Prev in Thread] | Current Thread | [Next in Thread] |