[Home]

Summary:ASTERISK-18358: res_jabber does not compile with --enable-dev-mode and gcc 4.6
Reporter:Matthew Nicholson (mnicholson)Labels:
Date Opened:2011-08-29 09:31:15Date Closed:2012-01-04 13:32:34.000-0600
Priority:TrivialRegression?
Status:Closed/CompleteComponents:Resources/res_jabber
Versions:10 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:With warnings treated as errors, res_jabber does not compile with gcc 4.6

{noformat}
  [CC] res_jabber.c -> res_jabber.o
res_jabber.c: In function 'aji_send_raw':
res_jabber.c:1514:45: error: comparison between 'enum ikshowtype' and 'enum aji_state' [-Werror=enum-compare]
res_jabber.c:1514:82: error: comparison between 'enum ikshowtype' and 'enum aji_state' [-Werror=enum-compare]
cc1: all warnings being treated as errors

make[1]: *** [res_jabber.o] Error 1
{noformat}
Comments:By: Kinsey Moore (kmoore) 2012-01-04 13:32:26.488-0600

Cannot reproduce on 10 branch or trunk.  It is likely that this has been resolved in R339298.