diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-14 12:16:24 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-14 12:16:24 +0100 |
commit | 05eb0a5052c5d679269ef33cfe07bd4394833a63 (patch) | |
tree | 21f4022b36048af41dd4b7cbc4f164df74426c4c /runtime/queue.c | |
parent | 98d4437d0e5950118e5dd09fda0bf45e85512bfd (diff) | |
download | rsyslog-05eb0a5052c5d679269ef33cfe07bd4394833a63.tar.gz rsyslog-05eb0a5052c5d679269ef33cfe07bd4394833a63.tar.bz2 rsyslog-05eb0a5052c5d679269ef33cfe07bd4394833a63.zip |
silence compiler warnings & some cleanup
Diffstat (limited to 'runtime/queue.c')
-rw-r--r-- | runtime/queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queue.c b/runtime/queue.c index 0cd33701..fbf77108 100644 --- a/runtime/queue.c +++ b/runtime/queue.c @@ -127,7 +127,7 @@ static struct cnfparamblk pblk = }; /* debug aid */ -static void displayBatchState(batch_t *pBatch) +static inline void displayBatchState(batch_t *pBatch) { int i; for(i = 0 ; i < pBatch->nElem ; ++i) { |