Skip to content

Commit

Permalink
Fix dhewm3ded build with newer OpenAL Soft headers, fix #633
Browse files Browse the repository at this point in the history
they introduced setting the functions noexcept, which my stubs aren't.
Luckily the headers allow disabling noexcept.
  • Loading branch information
DanielGibson committed Nov 30, 2024
1 parent 3d921a0 commit a04b1a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neo/sound/snd_local.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ If you have questions concerning this license or the applicable additional terms
// because the implemenations are in openal_stub.cpp
// this is ensured by defining AL_LIBTYPE_STATIC before including the AL headers
#define AL_LIBTYPE_STATIC
#define AL_DISABLE_NOEXCEPT
#endif

#include <AL/al.h>
Expand Down

0 comments on commit a04b1a5

Please sign in to comment.