Skip to content

Commit

Permalink
Suppress a clang warning: -Wunused-parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
saitoha committed Dec 5, 2014
1 parent 065eea7 commit 8854c3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions converters/loader.c
Expand Up @@ -491,6 +491,7 @@ get_chunk(char const *filename, chunk_t *pchunk, int finsecure)
# ifdef HAVE_LIBCURL
return get_chunk_from_url(filename, pchunk, finsecure);
# else
(void) finsecure; /* unused */
fprintf(stderr, "To specify URI schemes, you have to "
"configure this program with --with-libcurl "
"option at compile time.\n");
Expand Down

0 comments on commit 8854c3d

Please sign in to comment.