comment out unused global functions, fix -Wconstant-logical-operand

This commit is contained in:
wmayer
2016-12-30 14:38:49 +01:00
parent efe14610b7
commit e770b0c146
4 changed files with 100 additions and 99 deletions

View File

@@ -44,6 +44,7 @@
#if defined(__clang__)
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wmismatched-tags"
# pragma clang diagnostic ignored "-Wunused-parameter"
#elif defined (__GNUC__)
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wunused-parameter"