diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4ab19e..1233b53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: - 'main' env: - BUILDER_VERSION: v0.9.26 + BUILDER_VERSION: v0.9.43 BUILDER_SOURCE: releases BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net PACKAGE_NAME: aws-c-sdkutils diff --git a/include/aws/sdkutils/aws_profile.h b/include/aws/sdkutils/aws_profile.h index 5a20065..8964069 100644 --- a/include/aws/sdkutils/aws_profile.h +++ b/include/aws/sdkutils/aws_profile.h @@ -7,6 +7,8 @@ #define AWS_SDKUTILS_AWS_PROFILE_H #include +AWS_PUSH_SANE_WARNING_LEVEL + struct aws_allocator; struct aws_string; struct aws_byte_buf; @@ -214,5 +216,6 @@ AWS_SDKUTILS_API struct aws_string *aws_get_profile_name(struct aws_allocator *allocator, const struct aws_byte_cursor *override_name); AWS_EXTERN_C_END +AWS_POP_SANE_WARNING_LEVEL #endif /* AWS_SDKUTILS_AWS_PROFILE_H */ diff --git a/include/aws/sdkutils/endpoints_rule_engine.h b/include/aws/sdkutils/endpoints_rule_engine.h index 701ba1b..9a3997f 100644 --- a/include/aws/sdkutils/endpoints_rule_engine.h +++ b/include/aws/sdkutils/endpoints_rule_engine.h @@ -9,6 +9,8 @@ #include #include +AWS_PUSH_SANE_WARNING_LEVEL + struct aws_endpoints_ruleset; struct aws_partitions_config; struct aws_endpoints_parameter; @@ -299,5 +301,6 @@ AWS_SDKUTILS_API int aws_endpoints_resolved_endpoint_get_error( struct aws_byte_cursor *out_error); AWS_EXTERN_C_END +AWS_POP_SANE_WARNING_LEVEL #endif /* AWS_SDKUTILS_ENDPOINTS_RULESET_H */ diff --git a/include/aws/sdkutils/partitions.h b/include/aws/sdkutils/partitions.h index bcbd965..e4634f3 100644 --- a/include/aws/sdkutils/partitions.h +++ b/include/aws/sdkutils/partitions.h @@ -9,6 +9,8 @@ #include #include +AWS_PUSH_SANE_WARNING_LEVEL + struct aws_partitions_config; AWS_EXTERN_C_BEGIN @@ -34,5 +36,6 @@ AWS_SDKUTILS_API struct aws_partitions_config *aws_partitions_config_acquire(str AWS_SDKUTILS_API struct aws_partitions_config *aws_partitions_config_release(struct aws_partitions_config *partitions); AWS_EXTERN_C_END +AWS_POP_SANE_WARNING_LEVEL #endif /* AWS_SDKUTILS_PARTITIONS_H */ diff --git a/include/aws/sdkutils/resource_name.h b/include/aws/sdkutils/resource_name.h index 076a433..c350892 100644 --- a/include/aws/sdkutils/resource_name.h +++ b/include/aws/sdkutils/resource_name.h @@ -10,6 +10,8 @@ #include +AWS_PUSH_SANE_WARNING_LEVEL + struct aws_resource_name { struct aws_byte_cursor partition; struct aws_byte_cursor service; @@ -40,5 +42,6 @@ AWS_SDKUTILS_API int aws_byte_buf_append_resource_name(struct aws_byte_buf *buf, const struct aws_resource_name *arn); AWS_EXTERN_C_END +AWS_POP_SANE_WARNING_LEVEL #endif /* AWS_SDKUTILS_RESOURCE_NAME_H */ diff --git a/include/aws/sdkutils/sdkutils.h b/include/aws/sdkutils/sdkutils.h index 51d5da5..e31008a 100644 --- a/include/aws/sdkutils/sdkutils.h +++ b/include/aws/sdkutils/sdkutils.h @@ -10,6 +10,8 @@ #include +AWS_PUSH_SANE_WARNING_LEVEL + struct aws_allocator; #define AWS_C_SDKUTILS_PACKAGE_ID 15 @@ -47,5 +49,6 @@ AWS_SDKUTILS_API void aws_sdkutils_library_init(struct aws_allocator *allocator) AWS_SDKUTILS_API void aws_sdkutils_library_clean_up(void); AWS_EXTERN_C_END +AWS_POP_SANE_WARNING_LEVEL #endif /* AWS_SDKUTILS_SDKUTILS_H */