Revert "Disable unused-local-typedef warning for sparsehash"

This reverts commit 2c6ad9b391.

Upstream released a new version, which resolved the warnings this commit meant to suppress.
This commit is contained in:
Ronald Wampler
2015-10-14 11:26:48 -04:00
committed by Allan Odgaard
parent c8fce64ad6
commit 00a20aefb6

View File

@@ -22,10 +22,6 @@
#include <thread>
#include <boost/crc.hpp>
#include <boost/variant.hpp>
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunknown-pragmas"
#pragma clang diagnostic ignored "-Wunused-local-typedef"
#include <sparsehash/dense_hash_map>
#pragma clang diagnostic pop
#endif /* end of include guard: PRELUDE_CC_PCH_U5CKEP2N */