closes https://github.com/official-stockfish/Stockfish/pull/6436

No functional change
This commit is contained in:
FauziAkram
2025-12-21 15:22:06 +01:00
committed by Disservin
parent c109a88ebe
commit 5edfabd070
5 changed files with 5 additions and 11 deletions
+1 -1
View File
@@ -424,7 +424,7 @@ void move_to_front(std::vector<T>& vec, Predicate pred) {
#elif defined(_MSC_VER)
#define sf_always_inline __forceinline
#else
// do nothign for other compilers
// do nothing for other compilers
#define sf_always_inline
#endif