summaryrefslogtreecommitdiffstats
path: root/runtime/queue.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-10-19 08:45:04 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-19 08:45:04 +0200
commitde2fd07836accab563ecbf0405749b6bef9e76b4 (patch)
treeb0552efd8c741d66459d85e3e63092efce402406 /runtime/queue.c
parent83d2e1945959b02f63943804ed67ed156d43aa62 (diff)
downloadrsyslog-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.c2
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) {