[Home]

Summary:ASTERISK-03103: Compile fails on apps/app_while.c with GCC-2.95.4
Reporter:thekernel32 (thekernel32)Labels:
Date Opened:2004-12-27 14:15:59.000-0600Date Closed:2011-06-07 14:10:01
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_while.c.patch
Description:The placement of the LOCAL_USER_ADD() macro on line 60 fo app_while.c comes before the end of the function variable declarations.  Moving the macro to the end of the declarations fixes the issue.

Included is a patch for app_while.c despite the trivial nature of the change.

I assume this is purely a GCC-2.95.4 issue
Comments:By: Olle Johansson (oej) 2004-12-27 15:51:37.000-0600

This is already fixed in CVS.