mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
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:
committed by
Allan Odgaard
parent
c8fce64ad6
commit
00a20aefb6
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user