Skip to content

Commit

Permalink
[FIX] : fix compilation on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Mar 15, 2024
1 parent 952cc83 commit 8213d9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cTools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ std::wstring ct::UTF8Decode(const std::string& str) {
}
}
#else
// Suppress warnings from the compiler.
(void)str;
#endif // _IGFD_WIN_
return res;
Expand Down

0 comments on commit 8213d9d

Please sign in to comment.