Skip to content

Commit

Permalink
Windows compile fix (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Boswell authored Jun 17, 2019
1 parent 9e22b13 commit 1e45c93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/native/http_request_response.c
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,8 @@ JNIEXPORT jint JNICALL Java_software_amazon_awssdk_crt_http_HttpStream_httpStrea
jclass jni_class,
jlong jni_stream) {

(void)jni_class;

struct aws_http_stream *stream = (struct aws_http_stream *)jni_stream;

if (stream == NULL) {
Expand Down

0 comments on commit 1e45c93

Please sign in to comment.