Skip to content

Commit

Permalink
Disable warning C4819. (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
saltfishmx authored Jan 8, 2024
1 parent 036a44b commit 58ce2d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Falcor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,7 @@ target_compile_options(Falcor
/WX # warnings as errors
/W4 # increase warning level
/wd4251 # 'type' : class 'type1' needs to have dll-interface to be used by clients of class 'type2'
/wd4819 # The file contains a character that cannot be represented in the current code page(936)
/wd4244 # 'conversion' conversion from 'type1' to 'type2', possible loss of data
/wd4267 # 'var' : conversion from 'size_t' to 'type', possible loss of data
/wd4100 # unreferenced formal parameter
Expand Down

0 comments on commit 58ce2d1

Please sign in to comment.