We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ecb89b commit fab12e0Copy full SHA for fab12e0
boot/bootutil/include/bootutil/image.h
@@ -133,8 +133,8 @@ struct image_tlv {
133
((fap)->fa_id == FLASH_AREA_IMAGE_SECONDARY(idx) && IS_ENCRYPTED(hdr))
134
135
#ifdef __ZEPHYR__
136
-BUILD_ASSERT(sizeof(struct image_header) == IMAGE_HEADER_SIZE,
137
- "struct image_header not required size");
+BUILD_ASSERT_MSG(sizeof(struct image_header) == IMAGE_HEADER_SIZE,
+ "struct image_header not required size");
138
#else
139
_Static_assert(sizeof(struct image_header) == IMAGE_HEADER_SIZE,
140
"struct image_header not required size");
0 commit comments