This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-g++: what about a new warning (for dummy:) ?
- To: oliva at dcc dot unicamp dot br
- Subject: Re: egcs-g++: what about a new warning (for dummy:) ?
- From: Max Lawson <mlawson at drfmc dot ceng dot cea dot fr>
- Date: Thu, 23 Oct 1997 18:26:42 +0200
- Cc: egcs at cygnus dot com, egcs-bugs at cygnus dot com
> > for (size_t i=0,i<sz_;i++) active_[i] = f.active_[i];
> ^
> > for (size_t i=0,i<sz_;i++) active_[i] = f.active_[i];
> ^
>
> Perhaps these should be semicolons instead of commas...
oops! copy/paste oriented programming!
oops! copy/paste oriented programming!