Ignore C4819 warning in VS.
This commit is contained in:
parent
aba65c23f6
commit
a0ee4a9bf1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
],
|
||||
},
|
||||
}],
|
||||
|
|
Loading…
Reference in a new issue