From a1d0942a1e447334a0ec46575f7948b73bc53803 Mon Sep 17 00:00:00 2001 From: Mario Kleiner Date: Thu, 5 Sep 2024 03:40:53 +0200 Subject: [PATCH] osxmakeit: Fix compiler warning for moalcore build. --- PsychSourceGL/Source/osxmakeit.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PsychSourceGL/Source/osxmakeit.m b/PsychSourceGL/Source/osxmakeit.m index 0527444f9..79b84e713 100644 --- a/PsychSourceGL/Source/osxmakeit.m +++ b/PsychSourceGL/Source/osxmakeit.m @@ -145,7 +145,7 @@ function osxmakeit(mode) curdir = pwd; cd('../../Psychtoolbox/PsychSound/MOAL/source/') try - mex -outdir ./ -output moalcore -largeArrayDims -DMEX_DOUBLE_HANDLE -DMACOSX CFLAGS="\$CFLAGS -mmacosx-version-min=10.11" LDFLAGS="\$LDFLAGS -mmacosx-version-min=10.11 -framework OpenAL -framework ApplicationServices -framework Carbon" moalcore.c al_auto.c al_manual.c alm.c + mex -outdir ./ -output moalcore -largeArrayDims -DMEX_DOUBLE_HANDLE -DMACOSX CFLAGS="\$CFLAGS -Wno-tautological-pointer-compare -mmacosx-version-min=10.11" LDFLAGS="\$LDFLAGS -mmacosx-version-min=10.11 -framework OpenAL -framework ApplicationServices -framework Carbon" moalcore.c al_auto.c al_manual.c alm.c catch ple; end