.pylintrc: warning: ignored by one of the .gitignore files ../drivers/dpll/zl3073x/flash.c: In function ‘zl3073x_flash_sectors’: ../drivers/dpll/zl3073x/flash.c:294:70: warning: ‘%zu’ directive output may be truncated writing between 1 and 15 bytes into a region of size 11 [-Wformat-truncation=] 294 | snprintf(comp_str, sizeof(comp_str), "%s-part%zu", | ^~~ ../drivers/dpll/zl3073x/flash.c:294:62: note: directive argument in the range [1, 281474976710656] 294 | snprintf(comp_str, sizeof(comp_str), "%s-part%zu", | ^~~~~~~~~~~~ ../drivers/dpll/zl3073x/flash.c:294:25: note: ‘snprintf’ output 7 or more bytes (assuming 21) into a destination of size 16 294 | snprintf(comp_str, sizeof(comp_str), "%s-part%zu", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 295 | component, (ptr - data) / max_block_size + 1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .pylintrc: warning: ignored by one of the .gitignore files ../drivers/dpll/zl3073x/flash.c: In function ‘zl3073x_flash_sectors’: ../drivers/dpll/zl3073x/flash.c:294:70: warning: ‘%zu’ directive output may be truncated writing between 1 and 15 bytes into a region of size 11 [-Wformat-truncation=] 294 | snprintf(comp_str, sizeof(comp_str), "%s-part%zu", | ^~~ ../drivers/dpll/zl3073x/flash.c:294:62: note: directive argument in the range [1, 281474976710656] 294 | snprintf(comp_str, sizeof(comp_str), "%s-part%zu", | ^~~~~~~~~~~~ ../drivers/dpll/zl3073x/flash.c:294:25: note: ‘snprintf’ output 7 or more bytes (assuming 21) into a destination of size 16 294 | snprintf(comp_str, sizeof(comp_str), "%s-part%zu", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 295 | component, (ptr - data) / max_block_size + 1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~