Remove clang pragmas from tables.h (#4352)

This commit is contained in:
Teddy Reed 2018-05-01 21:50:11 -04:00 committed by GitHub
parent 5e1a92375f
commit 0625657dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,18 +22,7 @@
#endif
#endif
#ifndef WIN32
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
/// Wrap this include with the above and below ignored warnings for FreeBSD.
#include <boost/coroutine2/coroutine.hpp>
#ifndef WIN32
#pragma clang diagnostic pop
#endif
#include <boost/lexical_cast.hpp>
#include <osquery/core.h>