[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdemultimedia/kscd/libwm
From:       Dirk Mueller <mueller () kde ! org>
Date:       2004-02-22 4:01:16
Message-ID: 20040222040116.19B329959 () office ! kde ! org
[Download RAW message or body]

CVS commit by mueller: 

fix compiler warnings


  M +1 -3      plat_aix.c   1.8
  M +1 -3      plat_freebsd.c   1.13
  M +1 -3      plat_hpux.c   1.9
  M +1 -3      plat_irix.c   1.8
  M +6 -10     plat_linux_cdda.c   1.11
  M +1 -3      plat_openbsd.c   1.10
  M +0 -2      plat_osf1.c   1.12


--- kdemultimedia/kscd/libwm/plat_aix.c  #1.7:1.8
@@ -33,6 +33,4 @@
 
 
-static char plat_aix_id[] = "$Id$";
-
 #if defined(AIXV3) || defined(__AIXV3)
 

--- kdemultimedia/kscd/libwm/plat_freebsd.c  #1.12:1.13
@@ -31,6 +31,4 @@
  */
 
-static char freebsd_id[] = "$Id$";
-
 #if defined(__FreeBSD__) || defined(__FreeBSD) || defined(__NetBSD__) || defined (__NetBSD)
 

--- kdemultimedia/kscd/libwm/plat_hpux.c  #1.8:1.9
@@ -26,6 +26,4 @@
  */
 
-static char plat_hpux_id[] = "$Id$";
-
 #if defined(hpux) || defined(__hpux)
 

--- kdemultimedia/kscd/libwm/plat_irix.c  #1.7:1.8
@@ -32,6 +32,4 @@
  */
 
-static char plat_irix_id[] = "$Id$";
-
 #if defined(sgi) || defined(__sgi)
  

--- kdemultimedia/kscd/libwm/plat_linux_cdda.c  #1.10:1.11
@@ -28,6 +28,4 @@
 #include "include/wm_cdda.h"
  
-static char plat_linux_cdda_id[] = "$Id$";
-
 #if defined(__linux__) && defined(BUILD_CDDA)
 
@@ -70,18 +68,16 @@ static char plat_linux_cdda_id[] = "$Id$
 
 /* Address of next block to read. */
-int current_position = 0;
+static int current_position;
 
 /* Address of first and last blocks to read. */
-int starting_position = 0;
-int ending_position = 0;
+static int starting_position;
+static int ending_position;
 
 /* Playback direction. */
-int direction = 1;
+static int direction = 1;
 
 /* Number of blocks to read at once */
 /* we need 75 blocks / second */
-int numblocks = /* seconds */ 1 * 75;
-  
-struct cdrom_subchnl subchnl;
+static int numblocks = /* seconds */ 1 * 75;
 
 /*

--- kdemultimedia/kscd/libwm/plat_openbsd.c  #1.9:1.10
@@ -30,6 +30,4 @@
  */
 
-static char plat_openbsd[] = "$Id$";
-
 #if defined(__OpenBSD__) || defined(__OpenBSD)
 

--- kdemultimedia/kscd/libwm/plat_osf1.c  #1.11:1.12
@@ -25,6 +25,4 @@
 
 
-static char plat_osf_id[] = "$Id$";
-
 #if defined(__osf__) || defined(__osf)
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic