diff dvdata.h @ 1545:b340e83b8d0d libavcodec

gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
author michael
date Sun, 19 Oct 2003 21:05:41 +0000
parents 337d13aee605
children e08df4d22d27
line wrap: on
line diff
--- a/dvdata.h	Sat Oct 18 18:47:06 2003 +0000
+++ b/dvdata.h	Sun Oct 19 21:05:41 2003 +0000
@@ -1293,7 +1293,7 @@
   {  31,  67, 103,  21,  57,  93,  11,  47,  83},
 };
 
-static const int dv_audio_frequency[3] = {
+static const __attribute__((unused)) int dv_audio_frequency[3] = {
     48000, 44100, 32000,
 };