[Home]

Summary:ASTERISK-16446: [patch] chan_usbradio.c fails to build with --enable-dev-mode
Reporter:Paul Belanger (pabelanger)Labels:
Date Opened:2010-07-27 20:27:19Date Closed:2010-07-27 20:39:28
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) issue17732.patch
Description:I _think_ this is the correct way to format 'format_t'

****** ADDITIONAL INFORMATION ******


---
cc1: warnings being treated as errors
chan_usbradio.c: In function ‘usbradio_request’:
chan_usbradio.c:2246: error: format ‘%lx’ expects type ‘long unsigned int’, but argument 6 has type ‘format_t’
make[1]: *** [chan_usbradio.o] Error 1
make: *** [channels] Error 2
Comments:By: Digium Subversion (svnbot) 2010-07-27 20:37:09

Repository: asterisk
Revision: 280023

U   branches/1.8/channels/chan_usbradio.c

------------------------------------------------------------------------
r280023 | pabelanger | 2010-07-27 20:37:09 -0500 (Tue, 27 Jul 2010) | 5 lines

Resolve compiler warning about formatting

(closes issue ASTERISK-16446)
Reported by: pabelanger

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

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

By: Digium Subversion (svnbot) 2010-07-27 20:39:28

Repository: asterisk
Revision: 280024

_U  trunk/
U   trunk/channels/chan_usbradio.c

------------------------------------------------------------------------
r280024 | pabelanger | 2010-07-27 20:39:27 -0500 (Tue, 27 Jul 2010) | 12 lines

Merged revisions 280023 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
 r280023 | pabelanger | 2010-07-27 21:37:10 -0400 (Tue, 27 Jul 2010) | 5 lines
 
 Resolve compiler warning about formatting
 
 (closes issue ASTERISK-16446)
 Reported by: pabelanger
........

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

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