Skip to content

Commit

Permalink
Suppress C4275 warning for now
Browse files Browse the repository at this point in the history
  • Loading branch information
EFanZh committed May 22, 2021
1 parent 5015541 commit 6545f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c++/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ if(STANDALONE_PROJECT)
"/we4365" # 'expression': conversion from 'type' to 'type', signed/unsigned mismatch
"/we4388" # 'token': signed/unsigned mismatch
"/we4826" # Conversion from 'type' to 'type' is sign-extended. This may cause unexpected runtime behavior.
"/wd4275" # TODO: Fix or investigate this. https://github.com/google/googletest/issues/3415.
"/WX"
)
else()
Expand Down

0 comments on commit 6545f8d

Please sign in to comment.