]> git.tdb.fi Git - ext/openal.git/commit
Tweak some types to work around an MSVC compile error master
authorMikko Rasa <tdb@tdb.fi>
Sat, 16 Sep 2023 13:05:29 +0000 (16:05 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 16 Sep 2023 13:05:29 +0000 (16:05 +0300)
commit70011cec21c2e81354cf4f6c01c4932109ea2cbb
treebc1d8ae59be9cf897363bd3d65917348fc0f2573
parent3bbbba4a23a153e6f272ca0a75cff73abec84212
Tweak some types to work around an MSVC compile error

For some reason in release mode MSVC wants to decay the plain arrays to
pointers when used in a ternary, which causes the code expecting a
reference to an array to not compile.
core/ambdec.h