diff --git a/string.cpp b/string.cpp index 886f5d5b..1e95da92 100644 --- a/string.cpp +++ b/string.cpp @@ -15,7 +15,7 @@ // HACK: cxx#xxx, codecvt is deprecated, but we don't have a good solution right now. // Ignoring the warning is the best past forward in the short term. #pragma GCC diagnostic push -#pragma GCC diagnostic ignore "-Wdeprecated-declarations" +#pragma GCC diagnostic ignored "-Wdeprecated-declarations" ///////////////////////////////////////////////////////////////////////////////