Replacing sprintf instances with std::ostringstream functionality #69
Annotations
1 error and 4 warnings
|
src/holeMap.C#L761
format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
|
src/holeMap.C#L762
format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
|
src/holeMap.C#L761
format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
|
src/holeMap.C#L762
format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
|
This job failed
Loading