Skip to content

Commit e743b8c

Browse files
committed
1 parent 9d57899 commit e743b8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

httplib.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3174,6 +3174,9 @@ inline std::shared_ptr<Response> Client::send_with_content_provider(
31743174
const char *method, const char *path, const Headers &headers,
31753175
const std::string &body, size_t content_length,
31763176
ContentProvider content_provider, const char *content_type, bool compress) {
3177+
#ifndef CPPHTTPLIB_ZLIB_SUPPORT
3178+
(void)compress;
3179+
#endif
31773180

31783181
Request req;
31793182
req.method = method;

0 commit comments

Comments
 (0)