string: correct spelling of pragma ignored

This commit is contained in:
Danny Robson 2023-07-21 14:21:42 +10:00
parent 5ca101acf3
commit 5b64b207da

View File

@ -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"
///////////////////////////////////////////////////////////////////////////////