This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: unitialised error


On Fri, 2004-07-02 at 15:35, llewelly@xmission.com wrote:

> However I get no such warnings for the same code, not with gcc 3.4,
>     3.3.3, or very old 2.95.3 .

You need to turn on optimisation and  -Wuninitialized

Very good practice,  I have found lots of bugs this way.

-- 
Thanks
KenF
OpenOffice.org developer


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