[Home]

Summary:ASTERISK-10636: [patch] func_cut.c and func_realtime.c no longer compile in dev mode
Reporter:Andrew Lindh (andrew)Labels:
Date Opened:2007-10-29 10:39:50Date Closed:2007-10-29 12:17:45
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Functions/func_cut
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) patch.txt
Description:New bug added by updates in from ASTERISK-10631

With dev mode enabled, 'u' is not clearly initialized before use and GCC does not like it.  Solution, set it to null when defined.
Comments:By: Digium Subversion (svnbot) 2007-10-29 12:17:44

Repository: asterisk
Revision: 87341

_U  trunk/

------------------------------------------------------------------------
r87341 | qwell | 2007-10-29 12:17:44 -0500 (Mon, 29 Oct 2007) | 12 lines

Blocked revisions 87340 via svnmerge

(Closes issue ASTERISK-10636)
........
r87340 | qwell | 2007-10-29 12:13:04 -0500 (Mon, 29 Oct 2007) | 4 lines

Allow some function modules to compile under dev mode.

Issue 11104, patch by andrew.

........

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