We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d7ff9 commit 16ebce5Copy full SHA for 16ebce5
subsys/suit/cache/src/suit_dfu_cache_rw.c
@@ -803,6 +803,7 @@ static void dfu_cache_ipuc_init(void)
803
for (size_t i = 1; i < ARRAY_SIZE(dfu_partitions_ext); i++) {
804
/* Calculating memory-mapped address for cache pool */
805
struct dfu_cache_partition_ext *partition = &dfu_partitions_ext[i];
806
+ (void)partition; /* Suppress warning if cache IPUC is not used */
807
808
/* Allocate IPUC driver for DFU cache usage.
809
* The IPUC initialization is delayed to the first write API usage.
0 commit comments