[svn-commits] murf: branch 1.4 r84273 - /branches/1.4/pbx/pbx_ael.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Oct 1 16:18:41 CDT 2007


Author: murf
Date: Mon Oct  1 16:18:40 2007
New Revision: 84273

URL: http://svn.digium.com/view/asterisk?view=rev&rev=84273
Log:
Anything to keep gcc 4.2 happy...

Modified:
    branches/1.4/pbx/pbx_ael.c

Modified: branches/1.4/pbx/pbx_ael.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/pbx_ael.c?view=diff&rev=84273&r1=84272&r2=84273
==============================================================================
--- branches/1.4/pbx/pbx_ael.c (original)
+++ branches/1.4/pbx/pbx_ael.c Mon Oct  1 16:18:40 2007
@@ -4042,7 +4042,7 @@
 
 static int pbx_load_module(void)
 {
-	int errs, sem_err, sem_warn, sem_note;
+	int errs=0, sem_err=0, sem_warn=0, sem_note=0;
 	char *rfilename;
 	struct ast_context *local_contexts=NULL, *con;
 	struct pval *parse_tree;




More information about the svn-commits mailing list