[sr-dev] git:master: sdpops: fix gcc warning, reported from Juha

Henning Westerholt henning.westerholt at 1und1.de
Thu May 26 18:22:48 CEST 2011


Module: sip-router
Branch: master
Commit: 327e12423f5476fe1a6002693e43f3080468d042
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=327e12423f5476fe1a6002693e43f3080468d042

Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Henning Westerholt <henning.westerholt at 1und1.de>
Date:   Thu May 26 18:22:23 2011 +0200

sdpops: fix gcc warning, reported from Juha

---

 modules/sdpops/sdpops_data.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/sdpops/sdpops_data.c b/modules/sdpops/sdpops_data.c
index 29d81b4..178c705 100644
--- a/modules/sdpops/sdpops_data.c
+++ b/modules/sdpops/sdpops_data.c
@@ -30,7 +30,7 @@
 #include "../../trim.h"
 #include "sdpops_data.h"
 
-#if 0
+/*
 
 http://www.iana.org/assignments/rtp-parameters
 
@@ -91,7 +91,7 @@ Registry Name: RTP Payload Format media types
 Reference: [RFC4855]
 Registration Procedures: Standards Action Process or expert approval
 
-#endif
+*/
 
 typedef struct _codecsmap {
 	str name;




More information about the sr-dev mailing list