Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This variable is assigned by a size_t, and is printed that way, but is incorrectly declared as an int. Which means we get warnings: fw_env.c: In function 'fw_setenv': fw_env.c:409:5: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'int' [-Wformat] Signed-off-by: Mike Frysinger <[email protected]> Acked-by: Joe Hershberger <[email protected]>
- Loading branch information