aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-12 19:32:05 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-12 19:32:05 +0000
commit6abf4eedf4440753f1b55848d7ecb20d3146d130 (patch)
treeaff997f632becb10d8adea1f13243d1536425bb4 /res
parent50ba614e9c8acfe26c6d130b3a8210dc02644efa (diff)
Merged revisions 262796 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r262796 | lmadsen | 2010-05-12 14:31:42 -0500 (Wed, 12 May 2010) | 4 lines Remove unnecessary WARNING message in ael/pval.c (closes issue #17145) Reported by: okrief ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@262797 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/ael/pval.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/res/ael/pval.c b/res/ael/pval.c
index 5865634d8..94d71b5f4 100644
--- a/res/ael/pval.c
+++ b/res/ael/pval.c
@@ -2519,8 +2519,6 @@ void check_pval_item(pval *item, struct argapp *apps, int in_globals)
|| strcasecmp(item->u1.str,"macroif") == 0
|| strcasecmp(item->u1.str,"stackpop") == 0
|| strcasecmp(item->u1.str,"execIf") == 0 ) {
- ast_log(LOG_WARNING,"Warning: file %s, line %d-%d: application call to %s affects flow of control, and needs to be re-written using AEL if, while, goto, etc. keywords instead!\n",
- item->filename, item->startline, item->endline, item->u1.str);
warns++;
}
if (strcasecmp(item->u1.str,"macroexit") == 0) {