Compare commits
2 Commits
f657f8498a
...
77695574aa
Author | SHA1 | Date | |
---|---|---|---|
77695574aa | |||
6da0f80d46 |
2
brlib
2
brlib
Submodule brlib updated: 8ff163dcf5...7bedfddfba
3
scripts/fetch-all.sh
Executable file
3
scripts/fetch-all.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
git remote | xargs -n 1 git fetch -a
|
@@ -352,11 +352,12 @@ bool pos_ok(const pos_t *pos, const bool strict)
|
||||
|
||||
/* force BUG_ON and WARN_ON */
|
||||
# pragma push_macro("BUG_ON")
|
||||
# pragma push_macro("WARN_ON")
|
||||
# undef BUG_ON
|
||||
# define BUG_ON
|
||||
# pragma push_macro("WARN_ON")
|
||||
# undef WARN_ON
|
||||
# define WARN_ON
|
||||
# include <bug.h>
|
||||
|
||||
/* pawns on 1st ot 8th rank */
|
||||
error += warn_on((pos->bb[WHITE][PAWN] | pos->bb[BLACK][PAWN]) &
|
||||
|
Reference in New Issue
Block a user