diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-01 16:01:47 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-01 16:01:47 +0000 |
| commit | dd999a284023456b0a7472d2bd9a46dfb838a6f4 (patch) | |
| tree | be5dffd63bc53e3478a672880fa75b6b0bf4ebd6 /applications | |
| parent | b3b2ee0925aedfcbef45713b0b3a915206b216d4 (diff) | |
Fix a warning reported on the continuous dashboard for linux.
Diffstat (limited to 'applications')
| -rw-r--r-- | applications/jpip/libopenjpip/openjpip.c | 2 |
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); |
