[4340] in SIPB bug reports
Re: Bug in g++
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Sat Jan 22 02:14:23 1994
From: ghudson@MIT.EDU
Date: Sat, 22 Jan 1994 02:13:39 -0500
To: neslihan@MIT.EDU
Cc: bug-sipb@MIT.EDU, sipb-gnu@MIT.EDU
> g++ -DXTFUNCPROTO -g -Wall -c -I- -I. -I/usr/athena/include -o BrowseDisplay.oBrowseDisplay.c
> In file included from /usr/athena/include/X11/Xos.h:69,
> from /usr/athena/include/X11/Intrinsic.h:36,
> from /usr/athena/include/Xm/Xm.h:77,
> from ./BasicDisplayComponent.h:34,
> from ./PopupWindow.h:28,
> from ./BrowseDisplay.h:30,
> from BrowseDisplay.c:17:
> /afs/sipb.mit.edu/project/gnu/lib/gcc-lib/vax-dec-bsd4.3/2.5.7/include/strings.h:29: warning: declaration of `int strlen(const char *)'
> /afs/sipb.mit.edu/project/gnu/lib/gcc-lib/vax-dec-bsd4.3/2.5.7/include/strings.h:29: warning: conflicts with built-in declaration `long unsigned int strlen(const char *)'
> /bin/rm -f Cards.o
Interesting. I've verified that this happens on vaxen.
Given that this happens on the vaxen (which are going away in the
public clusters), and only with g++, I'm not going to worry about it.
Vaxen have never really had an ANSI environment. You can just ignore
the warnings, or use the -w flag to suppress them if you really don't
want to see them.
If you find this bug Decstations, RS6000s, or Suns, please get back to
us on it.
Thanks.
--GBH