Ignore C4819 warning in VS.

This commit is contained in:
Cheng Zhao 2014-07-09 20:04:30 +08:00
parent aba65c23f6
commit a0ee4a9bf1

View file

@ -268,6 +268,7 @@
4481, # nonstandard extension used: override specifier 'override'
4512, # assignment operator could not be generated
4702, # unreachable code
4819, # The file contains a character that cannot be represented in the current code page
],
},
}],