]> git.sesse.net Git - vlc/commitdiff
Netsync: kill 2 warnings
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 13 Aug 2010 18:16:45 +0000 (20:16 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 13 Aug 2010 18:16:45 +0000 (20:16 +0200)
modules/control/netsync.c

index 455be184dcbb1f71c74630c12d707a43ecba0667..852ef7848b98dffd021bc7201e6e7e488dbf3b39 100644 (file)
@@ -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,