Skip to content

Commit

Permalink
openal: fixed gcc7 warning
Browse files Browse the repository at this point in the history
wasn't building the plugin on this machine before
  • Loading branch information
lynxlynxlynx committed Jul 18, 2017
1 parent 90cda6b commit 62c4554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemrb/plugins/OpenALAudio/OpenALAudio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ int OpenALAudioDriver::MusicManager(void* arg)
switch (state) {
default:
Log(ERROR, "OpenAL", "Unhandled Music state '%d'.", state);
//no break
//no break, fall through intentionally
case AL_PAUSED:
driver->MusicPlaying = false;
return -1;
Expand Down

0 comments on commit 62c4554

Please sign in to comment.