summaryrefslogtreecommitdiff
path: root/starts/meaning-vm
diff options
context:
space:
mode:
authoruser <user@localhost.localdomain>2019-12-15 08:15:32 -0800
committeruser <user@localhost.localdomain>2019-12-15 08:15:32 -0800
commit3e65ec890f0bc9e9bec8ffd64e69ccf87ed6054e (patch)
tree2ac06b9bd902fd2a90310407f2fa2702e6f67859 /starts/meaning-vm
parent0a59d8631e2acb20601e72c6f79d7ce193633844 (diff)
downloadstandingwithresilience-3e65ec890f0bc9e9bec8ffd64e69ccf87ed6054e.tar.gz
standingwithresilience-3e65ec890f0bc9e9bec8ffd64e69ccf87ed6054e.zip
clang fix
Diffstat (limited to 'starts/meaning-vm')
-rw-r--r--starts/meaning-vm/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/starts/meaning-vm/makefile b/starts/meaning-vm/makefile
index 4933f1d..5833e57 100644
--- a/starts/meaning-vm/makefile
+++ b/starts/meaning-vm/makefile
@@ -1,6 +1,6 @@
# Please support Karl working on this intelligence framework. The framework needs to be quality, so that the rest may function.
-CXXFLAGS=-pedantic -Wall -Werror -Wno-error=deprecated-declarations -std=gnu++17 -fno-operator-names -ggdb -O0
+CXXFLAGS=-pedantic -Wall -Werror -Wno-error=deprecated-declarations -Wno-gnu-zero-variadic-macro-arguments -std=gnu++17 -fno-operator-names -ggdb -O0
LINK.o=$(LINK.cc)
all: level0 level1 habit-starts/rhythm