[vlc-commits] sap: use the same declaration signature as the definition
    Steve Lhomme 
    git at videolan.org
       
    Wed Dec 12 17:40:36 CET 2018
    
    
  
vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Mar 29 13:09:59 2018 +0200| [f9f94919320fefeb0208ebef899a84c64fbc0f8e] | committer: Hugo Beauzée-Luyssen
sap: use the same declaration signature as the definition
(cherry picked from commit 3272ae0bb34d5fe31c9b3225a1c7a7c254132ec5)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=f9f94919320fefeb0208ebef899a84c64fbc0f8e
---
 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