From 571a773b29eef52c1a30e02c34d0d705f0f1e2ac Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sun, 31 Jul 2022 17:42:58 +1000 Subject: [PATCH] FileSystem: Fix build failure --- src/common/file_system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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