X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc.cpp;h=3b071ccb108ca25a841eb81d95ff9f5b1a9558f6;hb=dabaf2220fe0c77400a5f71a91952f510e6a126b;hp=78227ee282067d83acdbb72d0c67cb2b56256451;hpb=773dff020968f7a6f590cfd53e8fd89f12e15e36;p=stockfish diff --git a/src/misc.cpp b/src/misc.cpp index 78227ee2..3b071ccb 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -67,7 +67,7 @@ namespace { /// Version number. If Version is left empty, then compile date in the format /// DD-MM-YY and show in engine_info. -const string Version = "14"; +const string Version = ""; /// Our fancy logging facility. The trick here is to replace cin.rdbuf() and /// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We @@ -378,6 +378,7 @@ void std_aligned_free(void* ptr) { static void* aligned_large_pages_alloc_windows(size_t allocSize) { #if !defined(_WIN64) + (void)allocSize; // suppress unused-parameter compiler warning return nullptr; #else