string: correct spelling of "deprecated-declarations"

This commit is contained in:
Danny Robson 2023-05-15 11:32:34 +10:00
parent 3efa7c2251
commit d0cc65db50

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-declaration"
#pragma GCC diagnostic ignore "-Wdeprecated-declarations"
///////////////////////////////////////////////////////////////////////////////