Skip to content

Commit 1e45c93

Browse files
author
Justin Boswell
authored
Windows compile fix (#64)
1 parent 9e22b13 commit 1e45c93

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/native/http_request_response.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,8 @@ JNIEXPORT jint JNICALL Java_software_amazon_awssdk_crt_http_HttpStream_httpStrea
513513
jclass jni_class,
514514
jlong jni_stream) {
515515

516+
(void)jni_class;
517+
516518
struct aws_http_stream *stream = (struct aws_http_stream *)jni_stream;
517519

518520
if (stream == NULL) {

0 commit comments

Comments
 (0)