]> git.sesse.net Git - stockfish/blobdiff - src/bitboard.cpp
Fix a silly warning with Intel compiler
[stockfish] / src / bitboard.cpp
index dbaeb701cff9e6e29fc732895a71fda4408bc99e..4771e677349af9d5d79d1f11057cbf7e5ffab245 100644 (file)
@@ -18,7 +18,7 @@
 */
 
 #include <algorithm>
-#include <cstring> // For memset
+#include <cstring>   // For std::memset
 
 #include "bitboard.h"
 #include "bitcount.h"
@@ -252,6 +252,7 @@ namespace {
 
     int seeds[][RANK_NB] = { { 8977, 44560, 54343, 38998,  5731, 95205, 104912, 17020 },
                              {  728, 10316, 55013, 32803, 12281, 15100,  16645,   255 } };
+
     Bitboard occupancy[4096], reference[4096], edges, b;
     int i, size;