summarylogtreecommitdiffstats
path: root/class_memaccess_noerror.patch
blob: c1b82642bb15112cfddcd90075e59d13bf90a7e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Makefile b/Makefile
index 06d5fa6..2344269 100644
--- a/Makefile
+++ b/Makefile
@@ -114,6 +114,7 @@ CXXFLAGS+=\
 	-Wclobbered \
 	-Wempty-body \
 	-Werror \
+	-Wno-error=class-memaccess \
 	-Wignored-qualifiers \
 	-Wmissing-field-initializers \
 	-Wmissing-format-attribute \