Re: significance of order of inclusion of header files

2010-10-09 Thread Philip Guenther
On 10/6/10, Edwin Eyan Moragas e...@yndy.org wrote: ... checking out the man pages for inet_aton(3), i didn't see anything that would lead to the warning. so i tried to tweak the order of the header files to reflect that of the man pages. the diff to the source would look like: e...@obsd $

significance of order of inclusion of header files

2010-10-06 Thread Edwin Eyan Moragas
Hi misc, while compiling picolisp on openbsd, i encounter this warning: gcc -c -O2 -m32 -pipe -falign-functions -fomit-frame-pointer -fno-strict-aliasing -W -Wimplicit -Wreturn-type -Wunused -Wformat -Wuninitialized -Wstrict-prototypes -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_OS='OpenBSD' net.c

Re: significance of order of inclusion of header files

2010-10-06 Thread Christiano F. Haesbaert
On 6 October 2010 06:10, Edwin Eyan Moragas e...@yndy.org wrote: Hi misc, while compiling picolisp on openbsd, i encounter this warning: gcc -c -O2 -m32 -pipe -falign-functions -fomit-frame-pointer -fno-strict-aliasing -W -Wimplicit -Wreturn-type -Wunused -Wformat -Wuninitialized