chiark / gitweb /
journal-upload: Remove compilation warning
authorPhilippe De Swert <philippedeswert@gmail.com>
Thu, 18 Sep 2014 15:56:55 +0000 (18:56 +0300)
committerTom Gundersen <teg@jklm.no>
Thu, 18 Sep 2014 16:32:18 +0000 (18:32 +0200)
commitb88a40a7e592e0a4a2e6e8eb1ed3721989ba5d0e
tree1053f81ac2a5ac8c4511b92a0b9874cb0de8f894
parent141a1ceaa62578f1ed14f04cae2113dd0f49fd7f
journal-upload: Remove compilation warning

When compiling we see this curl warning popping up:
src/journal-remote/journal-upload.c:194:17: warning: call to
‘_curl_easy_setopt_err_error_buffer’ declared with attribute
warning: curl_easy_setopt expects a char buffer of CURL_ERROR_SIZE
as argument for this option [enabled by default]
This patch removes the warning (which occurs twice).
src/journal-remote/journal-upload.c