mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Compiler fixes for GCC with -Og
ASTERISK-29144 Change-Id: I2a72c072083b4492a223c6f9d73d21f4f424db62
This commit is contained in:
committed by
Kevin Harwell
parent
2dacadd9df
commit
e0ee53dc9c
@@ -585,7 +585,7 @@ int ooDecodeUUIE(OOCTXT* pctxt, Q931Message *q931Msg)
|
||||
unsigned int i;
|
||||
ASN1BOOL aligned=TRUE;
|
||||
int stat;
|
||||
Q931InformationElement *ie;
|
||||
Q931InformationElement *ie=NULL;
|
||||
/* OOCTXT *pctxt = &gH323ep.msgctxt; */
|
||||
if(q931Msg ==NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user