summaryrefslogtreecommitdiff
path: root/applications
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-03-01 16:01:47 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-03-01 16:01:47 +0000
commitdd999a284023456b0a7472d2bd9a46dfb838a6f4 (patch)
treebe5dffd63bc53e3478a672880fa75b6b0bf4ebd6 /applications
parentb3b2ee0925aedfcbef45713b0b3a915206b216d4 (diff)
Fix a warning reported on the continuous dashboard for linux.
Diffstat (limited to 'applications')
-rw-r--r--applications/jpip/libopenjpip/openjpip.c2
1 files changed, 1 insertions, 1 deletions
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);