Commit 8be4610
patch 9.1.2046: MS-Windows: compile warnings
Problem: MS-Windows: compile warnings in os_win32.c,
acp_to_enc() requires char_u* but others require char*
(John Marriott, after v9.1.2013)
Solution: Cast the variables (Mao-Yining)
closes: #19074
Signed-off-by: Mao-Yining <mao.yining@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>1 parent 93eb081 commit 8be4610
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9077 | 9077 | | |
9078 | 9078 | | |
9079 | 9079 | | |
9080 | | - | |
| 9080 | + | |
9081 | 9081 | | |
9082 | 9082 | | |
9083 | 9083 | | |
| |||
9094 | 9094 | | |
9095 | 9095 | | |
9096 | 9096 | | |
9097 | | - | |
| 9097 | + | |
9098 | 9098 | | |
9099 | 9099 | | |
9100 | 9100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
| 737 | + | |
| 738 | + | |
737 | 739 | | |
738 | 740 | | |
739 | 741 | | |
| |||
0 commit comments