CompilerTeaching / Pegmatite

A library for reusable parsers
http://compilerteaching.github.io/pegmatite/
BSD 2-Clause "Simplified" License
16 stars 9 forks source link

Fix more warnings. #14

Closed trombonehero closed 9 years ago

trombonehero commented 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").

davidchisnall commented 9 years ago

The rest looks fine, please commit :-)