summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2020-02-28 15:46:12 -0700
committerKenny Ballou <kballou@devnulllabs.io>2020-02-28 15:46:12 -0700
commit4c80b2b89fa153afe587dc43328d1cc9de0d660b (patch)
treee5a60d9d686b80304517df64198e814a82f00ea8
parent70c495beac08f44da2c8f459c1571999c07a4363 (diff)
downloadcasa-4c80b2b89fa153afe587dc43328d1cc9de0d660b.tar.gz
casa-4c80b2b89fa153afe587dc43328d1cc9de0d660b.tar.xz
remove compiler error with silence
Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6589e93..87f541e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ TARGET = casa-1.1b
# The compiler options
CC = g++
CFLAGS = \
- -Wredundant-decls -Wall -Werror -g \
+ -Wredundant-decls -Wall -Werror -Wno-class-memaccess -g \
-Icasa -Icommon -Icommon/utility -Iminisat/solver -Iminisat/include \
-DSEARCH_PROGRESS
LFLAGS =