1
0
Fork 0

fix ident

pull/3580/head
JackWright347 2021-07-24 17:42:39 +02:00
parent 22f9c0cf2a
commit 0795756cfd
1 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ namespace Stockfish::Eval::NNUE {
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wignored-attributes"
#endif
#endif
template <typename SIMDRegisterType,
typename LaneType,
@ -161,7 +161,7 @@ namespace Stockfish::Eval::NNUE {
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
#endif
#endif