git: usr.sbin/makefs: Fix -Wformat warnings

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Wed Jan 25 00:03:41 PST 2023


commit 9e98def15f8516318abae6a1bc4d6dbabfdaae33
Author: Tomohiro Kusumi <tkusumi at netbsd.org>
Date:   Wed Jan 25 01:39:56 2023 -0800

    usr.sbin/makefs: Fix -Wformat warnings
    
    Warned on Linux user space.
    makefs(8) HAMMER2 specific part of what was fixed in 4ed61d288d.
    
    warning: format '%jx' expects argument of type 'uintmax_t', but ... [-Wformat=]

Summary of changes:
 usr.sbin/makefs/hammer2/hammer2_buf.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9e98def15f8516318abae6a1bc4d6dbabfdaae33


-- 
DragonFly BSD source repository


More information about the Commits mailing list