diff options
| author | Daniel Golle <[email protected]> | 2026-02-27 01:50:46 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-04 14:25:18 -0600 |
| commit | 35d9b9c70ea4998aebc723273dca123dd1c3953f (patch) | |
| tree | 3fe7e8e618355b546dc0da78a42ecd04c7119641 /doc/develop | |
| parent | 024a0e912569fcde6faf690b02895dff84ddd15d (diff) | |
tools/atmelimage: add const qualifier to fix compiler warning
More strict checks in GCC 15 expose a new warning:
tools/atmelimage.c: In function ‘atmel_find_pmecc_parameter_in_token’:
tools/atmelimage.c:64:31: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
64 | param = strstr(token, "=");
| ^
cc1: all warnings being treated as errors
Add 'const' qualifier to variable 'param' to prevent build failing
due to -Werror.
Signed-off-by: Daniel Golle <[email protected]>
Diffstat (limited to 'doc/develop')
0 files changed, 0 insertions, 0 deletions
