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

List:       kde-commits
Subject:    icecream
From:       Stephan Kulow <coolo () kde ! org>
Date:       2010-02-01 9:21:55
Message-ID: 1265016115.531958.2919.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1083361 by coolo:

fix compilation warnings


 M  +2 -0      daemon/main.cpp  
 M  +2 -2      services/comm.cpp  
 M  +1 -10     suse/icecream.spec.in  


--- trunk/icecream/daemon/main.cpp #1083360:1083361
@@ -1463,6 +1463,8 @@
             close_scheduler();
         }
     }
+    // never really reached
+    return 0;
 }
 
 int main( int argc, char ** argv )
--- trunk/icecream/services/comm.cpp #1083360:1083361
@@ -320,9 +320,9 @@
   if (inofs >= intogo + 4)
     {
       if ( ptrdiff_t(inbuf + intogo) % 4 ) {
-        char t_buf[4];
+        uint32_t t_buf[1];
         memcpy(t_buf, inbuf + intogo, 4);
-        buf = *(uint32_t *)t_buf;
+        buf = t_buf[0];
       } else
         buf = *(uint32_t *)(inbuf + intogo);
       intogo += 4;
--- trunk/icecream/suse/icecream.spec.in #1083360:1083361
@@ -28,16 +28,6 @@
 %description
 icecream is the next generation distcc.
 
-
-
-Authors:
---------
-    Stephan Kulow <coolo@suse.de>
-    Michael Matz <matz@suse.de>
-    Cornelius Schumacher <cschum@suse.de>
-    Lubos Lunak <llunak@suse.cz>
-    Frerich Raabe <raabe@kde.org>
-
 %package -n libicecream-devel
 Summary: libicecream-devel
 Group:          Development/Tools/Building
@@ -104,6 +94,7 @@
 %config /etc/logrotate.d/icecream
 %config /etc/init.d/icecream
 %_bindir/icecc
+%_bindir/icerun
 %_sbindir/scheduler
 %_libdir/icecc
 %_sbindir/iceccd
[prev in list] [next in list] [prev in thread] [next in thread] 

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