Closed GoogleCodeExporter closed 9 years ago
Thanks, I'll change those asap. Any idea how to suppress/enable those warnings
so I
can enable them on my xcode project? The GCC that ships with Xcode is less
pedantic
about GCC warnings.
Original comment by memono...@gmail.com
on 3 Feb 2010 at 2:41
We're using -Wall.
Original comment by cameron....@gmail.com
on 4 Feb 2010 at 12:54
I could not trigger the multichar warning (tried -Wmultichar), but made simple
fix
for it. Added -Wall to xcode compiler flags and the whole code now compiles
fine with
those. Fixed in R120.
Original comment by memono...@gmail.com
on 5 Feb 2010 at 8:02
Strange, on Linux I'm not actually passing any warning flags and I'm getting the
multichar warnings. Maybe Apple have modified the gcc warning levels on Mac.
Original comment by cameron....@gmail.com
on 14 Feb 2010 at 10:01
By default xcode has quite a few warnings supressed. Using -Wall now and it
seems to
catch many things that I have previously had to fix separately on VisualC too.
Original comment by memono...@gmail.com
on 15 Feb 2010 at 7:27
Original issue reported on code.google.com by
cameron....@gmail.com
on 3 Feb 2010 at 2:42