[Home]

Summary:ASTERISK-13612: [patch] Compilation issues due to zone_tones update
Reporter:snuffy (snuffy)Labels:
Date Opened:2009-02-19 21:42:29.000-0600Date Closed:2009-04-27 19:42:49
Priority:MinorRegression?No
Status:Closed/CompleteComponents:General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) bug14512_fix_tone_unref.diff
Description:When compiling on opensolaris it fails saying we try to cast an int to a pointer.

This is because ao2_ref returns int.

Lets just discard the assigning on unref and make the compiler happy.
Comments:By: Michiel van Baak (mvanbaak) 2009-02-21 07:01:53.000-0600

same happens on OpenBSD

By: Digium Subversion (svnbot) 2009-02-21 07:17:50.000-0600

Repository: asterisk
Revision: 177855

U   trunk/include/asterisk/indications.h

------------------------------------------------------------------------
r177855 | russell | 2009-02-21 07:17:50 -0600 (Sat, 21 Feb 2009) | 5 lines

Fix build issues on Solaris and OpenBSD.

(closes issue ASTERISK-13612)
Reported by: snuffy

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=177855

By: Digium Subversion (svnbot) 2009-02-21 07:18:50.000-0600

Repository: asterisk
Revision: 177859

_U  branches/1.6.0/

------------------------------------------------------------------------
r177859 | russell | 2009-02-21 07:18:50 -0600 (Sat, 21 Feb 2009) | 12 lines

Blocked revisions 177855 via svnmerge

........
r177855 | russell | 2009-02-21 07:17:47 -0600 (Sat, 21 Feb 2009) | 5 lines

Fix build issues on Solaris and OpenBSD.

(closes issue ASTERISK-13612)
Reported by: snuffy

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=177859

By: Digium Subversion (svnbot) 2009-02-21 07:21:46.000-0600

Repository: asterisk
Revision: 177870

_U  branches/1.6.1/

------------------------------------------------------------------------
r177870 | russell | 2009-02-21 07:21:46 -0600 (Sat, 21 Feb 2009) | 12 lines

Blocked revisions 177855 via svnmerge

........
r177855 | russell | 2009-02-21 07:17:47 -0600 (Sat, 21 Feb 2009) | 5 lines

Fix build issues on Solaris and OpenBSD.

(closes issue ASTERISK-13612)
Reported by: snuffy

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=177870