[Home]

Summary:ASTERISK-00928: [patch] several files do not compile with strict gcc flags
Reporter:ww (ww)Labels:
Date Opened:2004-01-27 16:56:46.000-0600Date Closed:2008-01-15 14:42:21.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_voicemail_adsi_clear.diff
( 1) chan_alsa_unused.diff
( 2) chan_local_local_destroy_unused.diff
( 3) chan_skinny_delete_devices_unused.diff
( 4) format_pcm_alaw_unused.diff
( 5) gentone_samples2_maybe_unused.diff
( 6) patch.diff
Description:unused variables, things that should be declared
static and aren't. etc.
Comments:By: Mark Spencer (markster) 2004-01-28 15:18:22.000-0600

Fixed in CVS

By: Digium Subversion (svnbot) 2008-01-15 14:42:21.000-0600

Repository: asterisk
Revision: 2085

U   trunk/apps/app_voicemail.c
U   trunk/channels/chan_alsa.c
U   trunk/channels/chan_local.c
U   trunk/channels/chan_skinny.c
U   trunk/channels/gentone.c
U   trunk/formats/format_pcm_alaw.c

------------------------------------------------------------------------
r2085 | markster | 2008-01-15 14:42:21 -0600 (Tue, 15 Jan 2008) | 2 lines

Elminate unused code/warnings (bug ASTERISK-928)

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

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