[Home]

Summary:ASTERISK-18337: chan_h323: warnings when built with gcc 4.6
Reporter:Tzafrir Cohen (tzafrir)Labels:
Date Opened:2011-08-24 04:32:23Date Closed:2013-02-24 10:41:59.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Channels/chan_h323
Versions:1.8.5.0 Frequency of
Occurrence
Related
Issues:
Environment:gcc 4.6Attachments:( 0) h323_gcc46.diff
Description:GCC 4.6 gives warning for variables that get assigned to but the value is never used. The attached patch fixes those issues for chan_h323.c. Marked as "major" as those warnings break the build in devel mode for me.
Comments:By: Leif Madsen (lmadsen) 2011-09-14 15:16:58.363-0500

Acknowledged. Since chan_h323 is a community supported module, if this is correct, I suggest just going ahead and committing it. Thanks!

By: Matt Jordan (mjordan) 2013-02-24 10:41:53.704-0600

Looks like this was fixed by kpfleming in r350789 on 1/14/12. I'm guessing he didn't realize this issue existed or that you'd written this patch.