diff mpegaudio.c @ 2522:e25782262d7d libavcodec

kill warnings patch by (Mns Rullgrd <mru inprovide com>)
author michael
date Thu, 24 Feb 2005 19:08:50 +0000
parents 582e635cfa08
children b2846918585c
line wrap: on
line diff
--- a/mpegaudio.c	Thu Feb 24 16:39:03 2005 +0000
+++ b/mpegaudio.c	Thu Feb 24 19:08:50 2005 +0000
@@ -468,6 +468,7 @@
             break;
         default:
             assert(0); //cant happen
+            code = 0;           /* kill warning */
         }
         
 #if 0