Commit 9a72f1c
Row_printNanoseconds() code portability improvements
Add explicit casts to fix the "-Wshorten-64-to-32" warning (enabled by
default in Clang 19).
Also shorten the type width for some local variables (where "uint32_t"
is enough and no need for "unsigned long").
Signed-off-by: Kang-Che Sung <explorer09@gmail.com>1 parent 59578af commit 9a72f1c
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
| 431 | + | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | | - | |
| 439 | + | |
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | | - | |
446 | | - | |
447 | | - | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
| |||
0 commit comments