[vlc-commits] commit: Netsync: kill 2 warnings (Jean-Baptiste Kempf	)
    git at videolan.org 
    git at videolan.org
       
    Fri Aug 13 20:19:43 CEST 2010
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Aug 13 20:16:45 2010 +0200| [cabb37428b3ab8449392d559688d4353985c39f2] | committer: Jean-Baptiste Kempf 
Netsync: kill 2 warnings
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cabb37428b3ab8449392d559688d4353985c39f2
---
 modules/control/netsync.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/control/netsync.c b/modules/control/netsync.c
index 455be18..852ef78 100644
--- a/modules/control/netsync.c
+++ b/modules/control/netsync.c
@@ -209,6 +209,7 @@ static void *Master(void *handle)
                  : "non-IPv4", /*date*/ 0);
 #endif
     }
+    return NULL;
 }
 
 static void *Slave(void *handle)
@@ -268,6 +269,7 @@ static void *Slave(void *handle)
     wait:
         msleep(INTF_IDLE_SLEEP);
     }
+    return NULL;
 }
 
 static int InputEvent(vlc_object_t *object, char const *cmd,
    
    
More information about the vlc-commits
mailing list