diff --git a/src/common/file_system.cpp b/src/common/file_system.cpp index cad448aec..d01ba099a 100644 --- a/src/common/file_system.cpp +++ b/src/common/file_system.cpp @@ -60,7 +60,7 @@ static std::time_t ConvertFileTimeToUnixTime(const FILETIME& ft) } #endif -__declspec(noinline) static inline bool FileSystemCharacterIsSane(char32_t c, bool strip_slashes) +static inline bool FileSystemCharacterIsSane(char32_t c, bool strip_slashes) { #ifdef _WIN32 // https://docs.microsoft.com/en-gb/windows/win32/fileio/naming-a-file?redirectedfrom=MSDN#naming-conventions