[vlc-commits] sap: use the same declaration signature as the definition
    Steve Lhomme 
    git at videolan.org
       
    Fri Mar 30 17:32:50 CEST 2018
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Mar 29 13:09:59 2018 +0200| [3272ae0bb34d5fe31c9b3225a1c7a7c254132ec5] | committer: Steve Lhomme
sap: use the same declaration signature as the definition
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3272ae0bb34d5fe31c9b3225a1c7a7c254132ec5
---
 src/stream_output/sap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/stream_output/sap.c b/src/stream_output/sap.c
index ee5312eb7d..2b5b0e13a2 100644
--- a/src/stream_output/sap.c
+++ b/src/stream_output/sap.c
@@ -79,7 +79,7 @@ static vlc_mutex_t sap_mutex = VLC_STATIC_MUTEX;
 #define MIN_INTERVAL 2
 #define MAX_INTERVAL 300
 
-static void *RunThread (void *);
+noreturn static void *RunThread (void *);
 
 static sap_address_t *AddressCreate (vlc_object_t *obj, const char *group)
 {
    
    
More information about the vlc-commits
mailing list