[MPlayer-cvslog] r24391 - trunk/cfg-common.h

voroshil subversion at mplayerhq.hu
Mon Sep 10 03:09:49 CEST 2007


Author: voroshil
Date: Mon Sep 10 03:09:49 2007
New Revision: 24391

Log:
Fix warnings:
cfg-common.h:340: warning: redundant redeclaration of 'quiet'
mplayer.c:85: warning: previous definition of 'quiet' was here
cfg-common.h:341: warning: redundant redeclaration of 'verbose'
mp_msg.h:6: warning: previous declaration of 'verbose' was here


Modified:
   trunk/cfg-common.h

Modified: trunk/cfg-common.h
==============================================================================
--- trunk/cfg-common.h	(original)
+++ trunk/cfg-common.h	Mon Sep 10 03:09:49 2007
@@ -337,8 +337,6 @@
 
 #include "config.h"
 
-extern int quiet;
-extern int verbose;
 extern char *mp_msg_charset;
 
 // codec/filter opts: (defined at libmpcodecs/vd.c)



More information about the MPlayer-cvslog mailing list