summaryrefslogtreecommitdiffstats
path: root/runtime/expr.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-06-27 10:10:47 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-06-27 10:10:47 +0200
commitd4518082362afebef9400bcbf46e38228de83bf1 (patch)
tree2c33a18b7a5b45832bdf945d3ba7819404135760 /runtime/expr.c
parentb5faa3c4cef4d8a076a2de9953806ea90c9052d7 (diff)
downloadrsyslog-d4518082362afebef9400bcbf46e38228de83bf1.tar.gz
rsyslog-d4518082362afebef9400bcbf46e38228de83bf1.tar.xz
rsyslog-d4518082362afebef9400bcbf46e38228de83bf1.zip
reduced number of compile warnings in -pedantic gcc mode
Diffstat (limited to 'runtime/expr.c')
-rw-r--r--runtime/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/expr.c b/runtime/expr.c
index 9c357404..9a314855 100644
--- a/runtime/expr.c
+++ b/runtime/expr.c
@@ -85,7 +85,7 @@ terminal(expr_t *pThis, ctok_t *tok)
break;
case ctok_FUNCTION:
dbgoprint((obj_t*) pThis, "function\n");
- // vm: call - well, need to implement that first
+ /* TODO: vm: call - well, need to implement that first */
ABORT_FINALIZE(RS_RET_NOT_IMPLEMENTED);
break;
case ctok_MSGVAR: