Page MenuHomeFreeBSD

Fix build on 32-bit platforms
AbandonedPublic

Authored by lwhsu on Apr 19 2018, 5:28 AM.
Tags
None
Referenced Files
F172055786: D15131.id41647.diff
Tue, Sep 15, 7:24 PM
F172054728: D15131.diff
Tue, Sep 15, 7:11 PM
Unknown Object (File)
Fri, Sep 11, 6:52 AM
Unknown Object (File)
Fri, Sep 11, 5:12 AM
Unknown Object (File)
Sat, Sep 5, 12:16 PM
Unknown Object (File)
Fri, Sep 4, 7:41 PM
Unknown Object (File)
Fri, Sep 4, 6:56 PM
Unknown Object (File)
Wed, Sep 2, 4:49 PM
Subscribers

Details

Reviewers
mckusick
delphij
Summary

https://ci.freebsd.org/job/FreeBSD-head-i386-build/7202/console :

/usr/src/tools/diag/prtblknos/prtblknos.c:100:38: error: format specifies type 'long' but the argument has type 'off_t' (aka 'long long') [-Werror,-Wformat]
                printf("regular file, size %ld\n", size);
                                           ~~~     ^~~~
                                           %lld
/usr/src/tools/diag/prtblknos/prtblknos.c:107:35: error: format specifies type 'long' but the argument has type 'off_t' (aka 'long long') [-Werror,-Wformat]
                printf("directory, size %ld\n", size);
                                        ~~~     ^~~~
                                        %lld

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 16221
Build 16172: arc lint + arc unit