Commit b8e06ea
committed
Fix warnings about format specifies type
Fix warnings about format specifies type:
warning: format specifies type 'void *' but the argument \
has type 'char *' [-Wformat-pedantic]
Signed-off-by: Lukasz Dorau <[email protected]>1 parent 51a03b4 commit b8e06ea
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
500 | | - | |
| 500 | + | |
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
723 | | - | |
| 723 | + | |
724 | 724 | | |
725 | 725 | | |
726 | 726 | | |
| |||
0 commit comments