aboutsummaryrefslogtreecommitdiff
path: root/ports/aws-c-common/fix-dependencey-build-error.patch
blob: cfbf2611c967c58718578be252f9fc34c72dce86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/aws/common/byte_buf.h b/include/aws/common/byte_buf.h
index 545b06d..c579c82 100644
--- a/include/aws/common/byte_buf.h
+++ b/include/aws/common/byte_buf.h
@@ -21,6 +21,8 @@
 
 #include <string.h>
 
+#pragma warning(disable: 4068)
+
 /**
  * Represents a length-delimited binary string or buffer. If byte buffer points
  * to constant memory or memory that should otherwise not be freed by this