Skip to content

Commit

Permalink
osxmakeit: Fix compiler warning for moalcore build.
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinerm committed Sep 5, 2024
1 parent 8cc5ae1 commit a1d0942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PsychSourceGL/Source/osxmakeit.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1d0942

Please sign in to comment.