Closed GoogleCodeExporter closed 9 years ago
Original comment by rsleevi@chromium.org
on 2 Jul 2011 at 11:14
I think, this is a bogus warning that we just need to turn off for the seccomp
sandbox. But I don't know in detail what GCC 4.6 does here, and whether there
might be some subtle new optimizations compared to earlier versions of GCC. So,
I feel a little hesitant to start inserting #pragma statements into the code.
Can somebody who know GCC better please provide some guidance?
Original comment by mar...@google.com
on 5 Jul 2011 at 7:53
I've tried to make a fix of these warnings, please take a look at
http://codereview.chromium.org/7326013/ I've replaced all warning-prone C-casts
with reinterpret_casts and have added const_cast in some places. Also have
removed a few unused variables.
Original comment by pph...@gmail.com
on 8 Jul 2011 at 1:31
Original comment by zod...@gmail.com
on 16 Sep 2011 at 6:45
Original issue reported on code.google.com by
rsleevi@chromium.org
on 5 Jun 2011 at 8:20