Skip to content
Snippets Groups Projects
Commit 3779c8e3 authored by Mike Frysinger's avatar Mike Frysinger Committed by Tom Rini
Browse files

fw_env: fix type of len


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: default avatarMike Frysinger <vapier@gentoo.org>
Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent 4823b45d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment