Avoid easy warnings with Clang
Building with Clang is currently a lot nosier than with GCC. This
represents a first step into the right direction by picking the
low-hanging fruits.
Clang requires -Werror=unknown-warning-option to actually throw an
error if it doesn't know about a warning flag.
Clang issues a warning that this could be an issue for the
"Windows C++ ABI". Apparently, that's not really causing problems
as the mismatch was introduced by commit c8989177a in 1997...
Diff:
Passes make, make test-baseline and a full make doc
Fix comment
http://codereview.appspot.com/573270043
Passes make, make test-baseline and a full make doc
Patch on countdown for Nov 25th
Patch counted down - please push.
Add comment about GCC
http://codereview.appspot.com/573270043
Pushed to staging as: