[gnu.g++.bug] 1.35.0: using -Wall leads to numerous warnings

dove@UUNET.UU.NET (Webster Dove) (08/12/89)

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?