Skip to content

WRG: fix warning with sprintf format

Guillaume Pasero requested to merge warning_sprintf into master

Warning detected with Clang. Use the format %zu for input data of type size_t.

Merge request reports