Smallest commit ever to properly shut up warnings! Wunused-local-typedef -> Wunused-local-typedefs

release/4.3a0
cbeall3 2015-12-01 10:39:23 -05:00
parent bf99e7d930
commit 6ea0644559
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#ifdef __GNUC__ #ifdef __GNUC__
#pragma GCC diagnostic push #pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-variable" #pragma GCC diagnostic ignored "-Wunused-variable"
#pragma GCC diagnostic ignored "-Wunused-local-typedef" #pragma GCC diagnostic ignored "-Wunused-local-typedefs"
#endif #endif
#include <boost/bind.hpp> #include <boost/bind.hpp>
#ifdef __GNUC__ #ifdef __GNUC__