Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!UUNET.UU.NET!rocket!dove
From: rocket!dove@UUNET.UU.NET (Webster Dove)
Newsgroups: gnu.g++.bug
Subject: 1.35.0: using -Wall leads to numerous warnings
Message-ID: <8908112141.AA28874@rocket.sanders.com>
Date: 11 Aug 89 21:41:54 GMT
Sender: daemon@tut.cis.ohio-state.edu
Distribution: gnu
Organization: GNUs Not Usenet
Lines: 11

When you include String.h you get

/usr/include/g++-1.35.0/String.h:44: warning: `struct StrRep *Sreverse (struct StrRep *, struct StrRep *)' declared but never defined
At top level:
/usr/include/g++-1.35.0/String.h:43: warning: `struct StrRep *Sprepend (struct StrRep *, const char *, int)' declared but never defined
At top level:
/usr/include/g++-1.35.0/String.h:42: warning: `struct StrRep *Scat (struct StrRep *, const char *, int, const char *, int)' declared but never defined


Is there a way to make -Wall not generate so many messages as to be
useless?