This is the mail archive of the gcc-bugs@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: egcs-g++: what about a new warning (for dummy:) ?


Max Lawson writes:

>    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...

-- 
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil


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