diff --git a/src/IO/IOTask.cpp b/src/IO/IOTask.cpp index 36c4f9c786..0b43cc3835 100644 --- a/src/IO/IOTask.cpp +++ b/src/IO/IOTask.cpp @@ -42,7 +42,7 @@ void Parameter::warnUnusedParameters< * Fake-read non-backend-specific options. Some backends don't read those * and we don't want to have warnings for them. */ - for (std::string const &key : {"resizable"}) + for (char const *key : {"resizable"}) { config[key]; }