[vlc-devel] commit: Fix warning ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Nov 29 12:17:51 CET 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Nov 29 13:13:16 2009 +0200| [4d54fb133e9bb41ce33c60156cf767c53b1aca25] | committer: Rémi Denis-Courmont
Fix warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d54fb133e9bb41ce33c60156cf767c53b1aca25
---
src/audio_output/common.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/audio_output/common.c b/src/audio_output/common.c
index c1b199c..116e51e 100644
--- a/src/audio_output/common.c
+++ b/src/audio_output/common.c
@@ -144,6 +144,8 @@ void aout_lock (unsigned i)
case OUTPUT_FIFO_LOCK:
allowed = MIXER_LOCK|INPUT_LOCK|INPUT_FIFO_LOCK;
break;
+ default:
+ abort ();
}
if (aout_locks & ~allowed)
More information about the vlc-devel
mailing list