Skip to content

meson: Don't error with MSVC C4819 warning#173

Merged
ebassi merged 1 commit into
ebassi:masterfrom
seungha-yang:msvc-fix
Nov 13, 2019
Merged

meson: Don't error with MSVC C4819 warning#173
ebassi merged 1 commit into
ebassi:masterfrom
seungha-yang:msvc-fix

Conversation

@seungha-yang
Copy link
Copy Markdown
Contributor

The compiler warning C4819 (encoding related warning) is a trivial
thing on non-English locale system. Instead of error out,
explicitly specify encoding as "utf-8".

The compiler warning C4819 (encoding related warning) is a trivial
thing on non-English locale system. Instead of error out,
explicitly specify encoding as "utf-8".
@nirbheek
Copy link
Copy Markdown
Contributor

This was discovered in gstreamer: https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/322

@ebassi ebassi merged commit 78f0b97 into ebassi:master Nov 13, 2019
@ebassi
Copy link
Copy Markdown
Owner

ebassi commented Nov 13, 2019

It does make sense to me. Thanks for the merge request, @pudding8757, and thanks to @nirbheek for the reference to the issue on GStreamer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants