msvc_recommended_pragmas.h: Silence C4819 warnings
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 8 Mar 2012 09:18:43 +0000 (17:18 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 8 Mar 2012 09:19:15 +0000 (17:19 +0800)
commitc9f55445aa2f86b1ea62367849522ecabbe48d72
tree02f132ee0f1c3168621ccc6c92623d37d713062c
parent93e2c1f12a354bca11d3467f3d7a2a0eb5dcd683
msvc_recommended_pragmas.h: Silence C4819 warnings

This warning appears when unicode chars that cannot be displayed in the
current Windows code page is used anywhere in the file, including comment
blocks.  We probably don't need to see these, especially as problems
caused by such characters are manifested as other warnings or errors,
for example, the need to add BOM to a file when compiling code with
complex script on Windows.
msvc_recommended_pragmas.h