uname -a
FreeBSD duff 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0:
Wed Aug 14 21:23:26 GMT
2002 murrayļ¼ builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386
gcc -v
Using builtin specs.
gcc version 2.95.3 20010315 (release) [FreeBSD]
I get these warnings:
gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -Wundef
-Wstrict-prototypes -Wshadow -Wmissing-declarations -Wpointer-arith -g -O3
-Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include abbrev.c
In file included from lisp.h:822,
from abbrev.c:36:
compiler.h:98: warning: `__GNUC_PATCHLEVEL__' is not defined
compiler.h:107: warning: `__GNUC_PATCHLEVEL__' is not defined
compiler.h:108: warning: `__GNUC_PATCHLEVEL__' is not defined
compiler.h:109: warning: `__GNUC_PATCHLEVEL__' is not defined
compiler.h:161: warning: `__GNUC_PATCHLEVEL__' is not defined
compiler.h:169: warning: `__GNUC_PATCHLEVEL__' is not defined
compiler.h:177: warning: `__GNUC_PATCHLEVEL__' is not defined
gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -Wundef
-Wstrict-prototypes -Wshadow -Wmissing-declarations -Wpointer-arith -g -O3
-Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include alloc.c
In file included from lisp.h:822,
from alloc.c:43:
compiler.h:98: warning: `__GNUC_PATCHLEVEL__' is not defined
compiler.h:107: warning: `__GNUC_PATCHLEVEL__' is not defined
compiler.h:108: warning: `__GNUC_PATCHLEVEL__' is not defined
compiler.h:109: warning: `__GNUC_PATCHLEVEL__' is not defined
compiler.h:161: warning: `__GNUC_PATCHLEVEL__' is not defined
compiler.h:169: warning: `__GNUC_PATCHLEVEL__' is not defined
compiler.h:177: warning: `__GNUC_PATCHLEVEL__' is not defined
[...]
--
Marcus