diff --git a/src/common/INIConfig.cpp b/src/common/INIConfig.cpp index 3f7c5ff..894cfb9 100644 --- a/src/common/INIConfig.cpp +++ b/src/common/INIConfig.cpp @@ -141,7 +141,7 @@ bool Jupiter::INIConfig::read_internal(const char *in_filename) // Truncate spaces --end; - while (isspace(*end)) + while (isspace(static_cast(*end))) --end; // don't need a safety check since we know there is at least 1 non-space character // end now points to a non-space character within the bounds