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:
terminx 2012-12-29 05:22:55 +00:00
parent 0ae2d9ad60
commit 61a8eaf666

View file

@ -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
}