Skip to content

Commit 8213d9d

Browse files
committed
[FIX] : fix compilation on linux
1 parent 952cc83 commit 8213d9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cTools.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ std::wstring ct::UTF8Decode(const std::string& str) {
7878
}
7979
}
8080
#else
81-
// Suppress warnings from the compiler.
8281
(void)str;
8382
#endif // _IGFD_WIN_
8483
return res;

0 commit comments

Comments
 (0)