diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-19 08:45:04 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-19 08:45:04 +0200 |
commit | de2fd07836accab563ecbf0405749b6bef9e76b4 (patch) | |
tree | b0552efd8c741d66459d85e3e63092efce402406 /runtime/queue.c | |
parent | 83d2e1945959b02f63943804ed67ed156d43aa62 (diff) | |
download | rsyslog-de2fd07836accab563ecbf0405749b6bef9e76b4.tar.gz rsyslog-de2fd07836accab563ecbf0405749b6bef9e76b4.tar.bz2 rsyslog-de2fd07836accab563ecbf0405749b6bef9e76b4.zip |
cosmetic: get rid of compiler warning on currently unused debug code
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) { |