From dd999a284023456b0a7472d2bd9a46dfb838a6f4 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Thu, 1 Mar 2012 16:01:47 +0000 Subject: [PATCH] Fix a warning reported on the continuous dashboard for linux. --- applications/jpip/libopenjpip/openjpip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/jpip/libopenjpip/openjpip.c b/applications/jpip/libopenjpip/openjpip.c index e51402a9..80d9d894 100644 --- a/applications/jpip/libopenjpip/openjpip.c +++ b/applications/jpip/libopenjpip/openjpip.c @@ -183,7 +183,7 @@ void add_EORmsg( int fd, QR_t *qr) void end_QRprocess( server_record_t *rec, QR_t **qr) { /* TODO: record client preferences if necessary*/ - + (void)res; /* unused */ delete_query( &((*qr)->query)); delete_msgqueue( &((*qr)->msgqueue)); free( *qr);