This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc warning


 > From: Alexandre Oliva <aoliva@redhat.com>
 > 
 > On Oct 31, 2000, Jimen Ching <jching@flex.com> wrote:
 > 
 > > I got this warning with latest CVS.  How do I fix my code so it does not
 > > appear?
 > >
 > > ../vbs/src/vbs.cc:76: warning: string length `932' is greater than the
 > > minimum length `509' ISO C89 is required to support
 > 
 > Use shorter literal strings.

Are the minimum supported string lengths in C++ the same as in C?

--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]