Minor variation in spelling of warning to be ignored

This commit is contained in:
Tristan Penman 2016-02-02 22:15:16 -08:00
parent c3da89bbd7
commit 5085804d80

View File

@ -19,7 +19,7 @@
#pragma clang diagnostic push
#ifdef __clang__
# pragma clang diagnostic ignored "-Wunused-local-typedefs"
# pragma clang diagnostic ignored "-Wunused-local-typedef"
#endif
namespace valijson {