mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 22:51:50 +00:00
Throw a compiler warning when building with only the null sound driver
git-svn-id: https://svn.eduke32.com/eduke32@3331 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
0ae2d9ad60
commit
61a8eaf666
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ int32_t FX_Init
|
|||
#elif defined HAVE_SDL
|
||||
SoundCard = ASS_SDL;
|
||||
#else
|
||||
#warning No sound driver selected!
|
||||
SoundCard = ASS_NoSound;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue