We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d57899 commit e743b8cCopy full SHA for e743b8c
httplib.h
@@ -3174,6 +3174,9 @@ inline std::shared_ptr<Response> Client::send_with_content_provider(
3174
const char *method, const char *path, const Headers &headers,
3175
const std::string &body, size_t content_length,
3176
ContentProvider content_provider, const char *content_type, bool compress) {
3177
+#ifndef CPPHTTPLIB_ZLIB_SUPPORT
3178
+ (void)compress;
3179
+#endif
3180
3181
Request req;
3182
req.method = method;
0 commit comments