Fix a -Wformat warning by using %d, not %ld for md_iterations
md_iterations is int32_t, not long.
Reported by: clang
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Fix a -Wformat warning by using %d, not %ld for md_iterations Tags None Referenced Files None Subscribers None
Description
Details
|