Closed snickell closed 9 years ago
Yeah, but this leaves a warning in normal compilation. Maybe it should be surrounded by a #ifdef
sorry about that, PR updated to remove warning.
The PR also now enables -Werror to avoid future committers suggesting code with warnings. Does -Werror make sense to you for this project?
Werror may be a bit overkill but yeah, It's nicer when the code compiles with no warnings.
Removed -Werror, should be ready to merge now.
Thanks!
The #define DEBUG build was broken when I commented out a variable name used in debug print messages. This fixes the build when DEBUG=1.