diff options
author | SeverinLeonhardt <Severin.Leonhardt@teamviewer.com> | 2021-05-13 00:48:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 18:48:29 -0400 |
commit | 882ee25346d7e0cf021f67c22475fcb0995b2c06 (patch) | |
tree | 337c865d97d0669d74ae5a1975e63e7e254a7827 /docs/src | |
parent | 0714eded1947eaf47bc4e7efabe40e8440ca1a00 (diff) | |
download | libuv-882ee25346d7e0cf021f67c22475fcb0995b2c06.tar.gz libuv-882ee25346d7e0cf021f67c22475fcb0995b2c06.zip |
win,fs: fix C4090 warning with MSVC
When compiling the current code MSVC prints this warning:
warning C4090: '=': different 'const' qualifiers
This warning was introduced with dc6fdcd where the `(char*)` cast for
the call to `wcstombs` was removed.
Re-adding this cast to silence the warning.
PR-URL: https://github.com/libuv/libuv/pull/3146
Refs: https://github.com/libuv/libuv/pull/2938
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Jameson Nash <vtjnash@gmail.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions