Commit 33df37d
iconv()'s input-buffer argument is declared "const char **" on some systems
(illumos/Solaris, old GNU libiconv) rather than the POSIX "char **", so passing
a "char **" failed to compile. Cast it through void*, which converts to either
without a warning.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 3c274d0 commit 33df37d
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8279 | 8279 | | |
8280 | 8280 | | |
8281 | 8281 | | |
8282 | | - | |
| 8282 | + | |
| 8283 | + | |
| 8284 | + | |
| 8285 | + | |
8283 | 8286 | | |
8284 | 8287 | | |
8285 | 8288 | | |
| |||
8452 | 8455 | | |
8453 | 8456 | | |
8454 | 8457 | | |
8455 | | - | |
| 8458 | + | |
| 8459 | + | |
8456 | 8460 | | |
8457 | 8461 | | |
8458 | 8462 | | |
| |||
0 commit comments