From: Fabian Fichter Date: Sat, 19 Jun 2021 06:49:19 +0000 (+0200) Subject: Ignore copy assignment warning X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=479783d34f4ae47eba3e1d5307c1cae8c06d9a3f;p=fairystockfish.git Ignore copy assignment warning --- diff --git a/src/Makefile b/src/Makefile index 23a64ef..dc9a997 100644 --- a/src/Makefile +++ b/src/Makefile @@ -324,6 +324,9 @@ ifneq ($(largeboards),no) ifeq ($(precomputedmagics),yes) CXXFLAGS += -DPRECOMPUTED_MAGICS endif + ifeq ($(bits),32) + CXXFLAGS += -Wno-class-memaccess + endif endif # Embed and enable NNUE