From 69556235d5784176ce1278cf9f956225243833e6 Mon Sep 17 00:00:00 2001 From: Peter Slattery Date: Sun, 6 Jul 2025 12:37:41 -0700 Subject: [PATCH] Squashing macro-redefined error in clang --- code/custom/bin/build_one_time.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/custom/bin/build_one_time.sh b/code/custom/bin/build_one_time.sh index 724c34f0..5fcf541c 100755 --- a/code/custom/bin/build_one_time.sh +++ b/code/custom/bin/build_one_time.sh @@ -33,7 +33,7 @@ fi debug=-g -opts="-Wno-write-strings -Wno-null-dereference -Wno-comment -Wno-switch -Wno-missing-declarations -Wno-logical-op-parentheses -g -DOS_LINUX=1 -DOS_WINDOWS=0 -DOS_MAC=0" +opts="-Wno-macro-redefined -Wno-write-strings -Wno-null-dereference -Wno-comment -Wno-switch -Wno-missing-declarations -Wno-logical-op-parentheses -g -DOS_LINUX=1 -DOS_WINDOWS=0 -DOS_MAC=0" pushd $dst g++ -I"$CUSTOM_ROOT" $opts $full_target -o one_time