CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALc.c: In function 'LockLists': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALc.c:799:9: warning: unused variable 'ret' [-Wunused-variable] int ret = almtx_lock(&ListLock); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALc.c: In function 'UnlockLists': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALc.c:804:9: warning: unused variable 'ret' [-Wunused-variable] int ret = almtx_unlock(&ListLock); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALc.c: In function 'alc_init': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALc.c:877:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int ret; ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c: In function 'ProcessHrtf': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:253:58: warning: passing argument 4 of 'ambiup_process' from incompatible pointer type device->Dry.Buffer, device->Dry.NumChannels, device->FOAOut.Buffer, ^ In file included from /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:39:0: /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/bformatdec.h:55:6: note: expected 'const ALfloat (* restrict)[2048]' but argument is of type 'ALfloat (*)[2048]' void ambiup_process(struct AmbiUpsampler *ambiup, ALfloat (*restrict OutBuffer)[BUFFERSIZE], ALsizei OutChannels, const ALfloat (*restrict InSamples)[BUFFERSIZE], ALsizei SamplesToDo); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:266:13: warning: passing argument 6 of 'MixDirectHrtf' from incompatible pointer type state->Chan[c].Coeffs, state->Chan[c].Values, SamplesToDo ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:266:13: note: expected 'const ALfloat (* restrict)[2]' but argument is of type 'ALfloat (*)[2]' /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c: In function 'ProcessAmbiDec': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:276:33: warning: passing argument 3 of 'bformatdec_upSample' from incompatible pointer type device->Dry.Buffer, device->FOAOut.Buffer, device->FOAOut.NumChannels, ^ In file included from /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:39:0: /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/bformatdec.h:45:6: note: expected 'const ALfloat (* restrict)[2048]' but argument is of type 'ALfloat (*)[2048]' void bformatdec_upSample(struct BFormatDec *dec, ALfloat (*restrict OutBuffer)[BUFFERSIZE], const ALfloat (*restrict InSamples)[BUFFERSIZE], ALsizei InChannels, ALsizei SamplesToDo); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:280:62: warning: passing argument 4 of 'bformatdec_process' from incompatible pointer type device->RealOut.Buffer, device->RealOut.NumChannels, device->Dry.Buffer, ^ In file included from /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:39:0: /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/bformatdec.h:42:6: note: expected 'const ALfloat (* restrict)[2048]' but argument is of type 'ALfloat (*)[2048]' void bformatdec_process(struct BFormatDec *dec, ALfloat (*restrict OutBuffer)[BUFFERSIZE], ALsizei OutChannels, const ALfloat (*restrict InSamples)[BUFFERSIZE], ALsizei SamplesToDo); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c: In function 'ProcessAmbiUp': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:288:62: warning: passing argument 4 of 'ambiup_process' from incompatible pointer type device->RealOut.Buffer, device->RealOut.NumChannels, device->FOAOut.Buffer, ^ In file included from /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:39:0: /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/bformatdec.h:55:6: note: expected 'const ALfloat (* restrict)[2048]' but argument is of type 'ALfloat (*)[2048]' void ambiup_process(struct AmbiUpsampler *ambiup, ALfloat (*restrict OutBuffer)[BUFFERSIZE], ALsizei OutChannels, const ALfloat (*restrict InSamples)[BUFFERSIZE], ALsizei SamplesToDo); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c: In function 'aluMixData': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1855:14: warning: passing argument 1 of 'WriteI8' from incompatible pointer type Write##S(Buffer, OutBuffer, SamplesDone, SamplesToDo, Channels); break; ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1856:17: note: in expansion of macro 'HANDLE_WRITE' HANDLE_WRITE(DevFmtByte, I8) ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1715:13: note: expected 'const ALfloat (* restrict)[2048]' but argument is of type 'ALfloat (*)[2048]' static void Write##A(const ALfloat (*restrict InBuffer)[BUFFERSIZE], \ ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1740:1: note: in expansion of macro 'DECL_TEMPLATE' DECL_TEMPLATE(ALbyte, I8) ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1855:14: warning: passing argument 1 of 'WriteUI8' from incompatible pointer type Write##S(Buffer, OutBuffer, SamplesDone, SamplesToDo, Channels); break; ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1857:17: note: in expansion of macro 'HANDLE_WRITE' HANDLE_WRITE(DevFmtUByte, UI8) ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1715:13: note: expected 'const ALfloat (* restrict)[2048]' but argument is of type 'ALfloat (*)[2048]' static void Write##A(const ALfloat (*restrict InBuffer)[BUFFERSIZE], \ ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1739:1: note: in expansion of macro 'DECL_TEMPLATE' DECL_TEMPLATE(ALubyte, UI8) ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1855:14: warning: passing argument 1 of 'WriteI16' from incompatible pointer type Write##S(Buffer, OutBuffer, SamplesDone, SamplesToDo, Channels); break; ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1858:17: note: in expansion of macro 'HANDLE_WRITE' HANDLE_WRITE(DevFmtShort, I16) ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1715:13: note: expected 'const ALfloat (* restrict)[2048]' but argument is of type 'ALfloat (*)[2048]' static void Write##A(const ALfloat (*restrict InBuffer)[BUFFERSIZE], \ ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1738:1: note: in expansion of macro 'DECL_TEMPLATE' DECL_TEMPLATE(ALshort, I16) ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1855:14: warning: passing argument 1 of 'WriteUI16' from incompatible pointer type Write##S(Buffer, OutBuffer, SamplesDone, SamplesToDo, Channels); break; ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1859:17: note: in expansion of macro 'HANDLE_WRITE' HANDLE_WRITE(DevFmtUShort, UI16) ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1715:13: note: expected 'const ALfloat (* restrict)[2048]' but argument is of type 'ALfloat (*)[2048]' static void Write##A(const ALfloat (*restrict InBuffer)[BUFFERSIZE], \ ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1737:1: note: in expansion of macro 'DECL_TEMPLATE' DECL_TEMPLATE(ALushort, UI16) ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1855:14: warning: passing argument 1 of 'WriteI32' from incompatible pointer type Write##S(Buffer, OutBuffer, SamplesDone, SamplesToDo, Channels); break; ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1860:17: note: in expansion of macro 'HANDLE_WRITE' HANDLE_WRITE(DevFmtInt, I32) ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1715:13: note: expected 'const ALfloat (* restrict)[2048]' but argument is of type 'ALfloat (*)[2048]' static void Write##A(const ALfloat (*restrict InBuffer)[BUFFERSIZE], \ ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1736:1: note: in expansion of macro 'DECL_TEMPLATE' DECL_TEMPLATE(ALint, I32) ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1855:14: warning: passing argument 1 of 'WriteUI32' from incompatible pointer type Write##S(Buffer, OutBuffer, SamplesDone, SamplesToDo, Channels); break; ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1861:17: note: in expansion of macro 'HANDLE_WRITE' HANDLE_WRITE(DevFmtUInt, UI32) ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1715:13: note: expected 'const ALfloat (* restrict)[2048]' but argument is of type 'ALfloat (*)[2048]' static void Write##A(const ALfloat (*restrict InBuffer)[BUFFERSIZE], \ ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1735:1: note: in expansion of macro 'DECL_TEMPLATE' DECL_TEMPLATE(ALuint, UI32) ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1855:14: warning: passing argument 1 of 'WriteF32' from incompatible pointer type Write##S(Buffer, OutBuffer, SamplesDone, SamplesToDo, Channels); break; ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1862:17: note: in expansion of macro 'HANDLE_WRITE' HANDLE_WRITE(DevFmtFloat, F32) ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1715:13: note: expected 'const ALfloat (* restrict)[2048]' but argument is of type 'ALfloat (*)[2048]' static void Write##A(const ALfloat (*restrict InBuffer)[BUFFERSIZE], \ ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/ALu.c:1734:1: note: in expansion of macro 'DECL_TEMPLATE' DECL_TEMPLATE(ALfloat, F32) ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/effects/reverb.c: In function 'EarlyReflection_Unfaded': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/effects/reverb.c:1294:69: warning: passing argument 5 of 'VectorScatterRevDelayIn' from incompatible pointer type VectorScatterRevDelayIn(&main_delay, late_feed_tap, mixX, mixY, out, todo); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/effects/reverb.c:1129:20: note: expected 'const ALfloat (* restrict)[256]' but argument is of type 'ALfloat (* restrict)[256]' static inline void VectorScatterRevDelayIn(const DelayLineI *Delay, ALint offset, ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/effects/reverb.c: In function 'EarlyReflection_Faded': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/effects/reverb.c:1354:69: warning: passing argument 5 of 'VectorScatterRevDelayIn' from incompatible pointer type VectorScatterRevDelayIn(&main_delay, late_feed_tap, mixX, mixY, out, todo); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/effects/reverb.c:1129:20: note: expected 'const ALfloat (* restrict)[256]' but argument is of type 'ALfloat (* restrict)[256]' static inline void VectorScatterRevDelayIn(const DelayLineI *Delay, ALint offset, ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/effects/reverb.c: In function 'LateReverb_Unfaded': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/effects/reverb.c:1415:62: warning: passing argument 5 of 'VectorScatterRevDelayIn' from incompatible pointer type VectorScatterRevDelayIn(&late_delay, offset, mixX, mixY, out, todo); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/effects/reverb.c:1129:20: note: expected 'const ALfloat (* restrict)[256]' but argument is of type 'ALfloat (* restrict)[256]' static inline void VectorScatterRevDelayIn(const DelayLineI *Delay, ALint offset, ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/effects/reverb.c: In function 'LateReverb_Faded': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/effects/reverb.c:1466:62: warning: passing argument 5 of 'VectorScatterRevDelayIn' from incompatible pointer type VectorScatterRevDelayIn(&late_delay, offset, mixX, mixY, temps, todo); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/effects/reverb.c:1129:20: note: expected 'const ALfloat (* restrict)[256]' but argument is of type 'ALfloat (* restrict)[256]' static inline void VectorScatterRevDelayIn(const DelayLineI *Delay, ALint offset, ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/hrtf.c: In function 'CreateHrtfStore': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/hrtf.c:410:22: warning: assignment from incompatible pointer type Hrtf->coeffs = _coeffs; ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/hrtf.c:411:22: warning: assignment from incompatible pointer type Hrtf->delays = _delays; ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/hrtf.c: In function 'LoadHrtf00': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/hrtf.c:614:42: warning: passing argument 8 of 'CreateHrtfStore' from incompatible pointer type evOffset, coeffs, delays, filename); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/hrtf.c:341:21: note: expected 'const ALfloat (*)[2]' but argument is of type 'ALfloat (*)[2]' static struct Hrtf *CreateHrtfStore(ALuint rate, ALsizei irSize, ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/hrtf.c:614:50: warning: passing argument 9 of 'CreateHrtfStore' from incompatible pointer type evOffset, coeffs, delays, filename); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/hrtf.c:341:21: note: expected 'const ALubyte (*)[2]' but argument is of type 'ALubyte (*)[2]' static struct Hrtf *CreateHrtfStore(ALuint rate, ALsizei irSize, ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/hrtf.c: In function 'LoadHrtf01': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/hrtf.c:762:42: warning: passing argument 8 of 'CreateHrtfStore' from incompatible pointer type evOffset, coeffs, delays, filename); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/hrtf.c:341:21: note: expected 'const ALfloat (*)[2]' but argument is of type 'ALfloat (*)[2]' static struct Hrtf *CreateHrtfStore(ALuint rate, ALsizei irSize, ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/hrtf.c:762:50: warning: passing argument 9 of 'CreateHrtfStore' from incompatible pointer type evOffset, coeffs, delays, filename); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/hrtf.c:341:21: note: expected 'const ALubyte (*)[2]' but argument is of type 'ALubyte (*)[2]' static struct Hrtf *CreateHrtfStore(ALuint rate, ALsizei irSize, ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/hrtf.c: In function 'LoadHrtf02': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/hrtf.c:1008:13: warning: passing argument 8 of 'CreateHrtfStore' from incompatible pointer type coeffs, delays, filename ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/hrtf.c:341:21: note: expected 'const ALfloat (*)[2]' but argument is of type 'ALfloat (*)[2]' static struct Hrtf *CreateHrtfStore(ALuint rate, ALsizei irSize, ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/hrtf.c:1008:21: warning: passing argument 9 of 'CreateHrtfStore' from incompatible pointer type coeffs, delays, filename ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/hrtf.c:341:21: note: expected 'const ALubyte (*)[2]' but argument is of type 'ALubyte (*)[2]' static struct Hrtf *CreateHrtfStore(ALuint rate, ALsizei irSize, ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/effects/reverb.c: In function 'ReverbState_ALeffectState_process': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/effects/reverb.c:1358:20: warning: inlining failed in call to 'LateT60Filter': --param large-stack-frame-growth limit reached [-Winline] static inline void LateT60Filter(ALfloat *restrict samples, const ALsizei todo, T60Filter *filter) ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/effects/reverb.c:1458:9: warning: called from here [-Winline] LateT60Filter(temps[j], todo, &State->Late.T60[j]); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/effects/reverb.c:1358:20: warning: inlining failed in call to 'LateT60Filter': --param large-stack-frame-growth limit reached [-Winline] static inline void LateT60Filter(ALfloat *restrict samples, const ALsizei todo, T60Filter *filter) ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/effects/reverb.c:1403:9: warning: called from here [-Winline] LateT60Filter(temps[j], todo, &State->Late.T60[j]); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/bformatdec.c: In function 'bformatdec_process': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/bformatdec.c:325:17: warning: passing argument 3 of 'MixRowSamples' from incompatible pointer type dec->SamplesHF, dec->NumChannels, 0, SamplesToDo ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/bformatdec.c:325:17: note: expected 'const ALfloat (* restrict)[2048]' but argument is of type 'ALfloat (*)[2048]' /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/bformatdec.c:328:17: warning: passing argument 3 of 'MixRowSamples' from incompatible pointer type dec->SamplesLF, dec->NumChannels, 0, SamplesToDo ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/bformatdec.c:328:17: note: expected 'const ALfloat (* restrict)[2048]' but argument is of type 'ALfloat (*)[2048]' /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/bformatdec.c: In function 'bformatdec_upSample': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/bformatdec.c:379:13: warning: passing argument 3 of 'MixRowSamples' from incompatible pointer type dec->Samples, NUM_BANDS, 0, SamplesToDo ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/bformatdec.c:379:13: note: expected 'const ALfloat (* restrict)[2048]' but argument is of type 'ALfloat (*)[2048]' /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/bformatdec.c: In function 'ambiup_process': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/bformatdec.c:489:17: warning: passing argument 3 of 'MixRowSamples' from incompatible pointer type ambiup->Samples, NUM_BANDS, 0, SamplesToDo ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/bformatdec.c:489:17: note: expected 'const ALfloat (* restrict)[2048]' but argument is of type 'ALfloat (*)[2048]' /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/mixvoice.c: In function 'MixSource': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/mixvoice.c:619:43: warning: assignment from incompatible pointer type hrtfparams.Coeffs = parms->Hrtf.Target.Coeffs; ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/mixvoice.c:648:43: warning: assignment from incompatible pointer type hrtfparams.Coeffs = parms->Hrtf.Target.Coeffs; ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/backends/base.c: In function 'ALCbackend_Construct': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/backends/base.c:20:9: warning: unused variable 'ret' [-Wunused-variable] int ret = almtx_init(&self->mMutex, almtx_recursive); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/backends/base.c: In function 'ALCbackend_lock': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/backends/base.c:70:9: warning: unused variable 'ret' [-Wunused-variable] int ret = almtx_lock(&self->mMutex); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/backends/base.c: In function 'ALCbackend_unlock': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/backends/base.c:76:9: warning: unused variable 'ret' [-Wunused-variable] int ret = almtx_unlock(&self->mMutex); ^ /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/backends/alsa.c: In function 'verify_state': /home/conan/w/cci_PR-3658/.conan/data/openal/1.19.1/_/_/build/dc1db42d2a7369cb058545bc113cbaf02a0af2ea/source_subfolder/Alc/backends/alsa.c:406:5: warning: enumeration value 'SND_PCM_STATE_PRIVATE1' not handled in switch [-Wswitch] switch(state) ^ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY