]> git.sesse.net Git - vlc/blobdiff - src/stream_output/sap.c
Fix a few warnings
[vlc] / src / stream_output / sap.c
index 5aed920aad1eca63e7e856f5473e227aed4b6827..d4335fc0e92a6d791bda220e11f0614b310b1730 100644 (file)
@@ -552,7 +552,7 @@ static int announce_SAPAnnounceDel( sap_handler_t *p_sap,
 static int announce_SendSAPAnnounce( sap_handler_t *p_sap,
                                      sap_session_t *p_session )
 {
-    int i_ret;
+    unsigned int i_ret;
 
     /* This announce has never been sent yet */
     if( p_session->i_last == 0 )