Page MenuHomeFreeBSD

Fix compilation with -DDEBUG option.
ClosedPublic

Authored by dchagin on Nov 1 2014, 2:01 PM.
Tags
None
Referenced Files
F132624801: D1070.id2208.diff
Sat, Oct 18, 1:09 PM
Unknown Object (File)
Sun, Oct 5, 6:07 AM
Unknown Object (File)
Sat, Sep 27, 8:07 PM
Unknown Object (File)
Sun, Sep 21, 1:43 AM
Unknown Object (File)
Sep 3 2025, 7:22 PM
Unknown Object (File)
Aug 30 2025, 5:03 PM
Unknown Object (File)
Aug 30 2025, 1:20 PM
Unknown Object (File)
Aug 29 2025, 11:03 AM
Subscribers

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dchagin retitled this revision from to Fix compilation with -DDEBUG option..

Hm, %zd seems to be intended for size_t. Perhaps you could just turn it into '%ju" and cast to uintmax_t instead?

trasz added a reviewer: trasz.
This revision is now accepted and ready to land.Mar 21 2015, 5:14 PM
This revision was automatically updated to reflect the committed changes.