mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-13 10:32:58 +01:00
Remove warning suppressions for clang
This commit is contained in:
parent
af2358b63f
commit
a19e1c00f0
@ -16,11 +16,6 @@
|
||||
#include <valijson/schema.hpp>
|
||||
#include <valijson/exceptions.hpp>
|
||||
|
||||
#ifdef __clang__
|
||||
# pragma clang diagnostic push
|
||||
# pragma clang diagnostic ignored "-Wunused-local-typedef"
|
||||
#endif
|
||||
|
||||
namespace valijson {
|
||||
|
||||
/**
|
||||
@ -2285,7 +2280,3 @@ private:
|
||||
};
|
||||
|
||||
} // namespace valijson
|
||||
|
||||
#ifdef __clang__
|
||||
# pragma clang diagnostic pop
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user