Closed trombonehero closed 9 years ago
Deal with lots of Clang warnings, some of which are actually pretty sensible.
I can now compile cleanly with -Weverything -Wno-c++98-compat -Wno-documentation -Wno-padded using Clang 3.6 (er, Apple "6.1.0").
-Weverything -Wno-c++98-compat -Wno-documentation -Wno-padded
The rest looks fine, please commit :-)
Deal with lots of Clang warnings, some of which are actually pretty sensible.
I can now compile cleanly with
-Weverything -Wno-c++98-compat -Wno-documentation -Wno-padded
using Clang 3.6 (er, Apple "6.1.0").