mirror of
https://github.com/microsoft/UVAtlas
synced 2024-11-08 05:10:07 +00:00
Suppress some additional clang v16 warnings when upgrading to clangcl (#122)
This commit is contained in:
parent
df9804d20a
commit
05e21a4a69
@ -50,6 +50,8 @@
|
||||
#pragma clang diagnostic ignored "-Wfloat-equal"
|
||||
#pragma clang diagnostic ignored "-Wreserved-id-macro"
|
||||
#pragma clang diagnostic ignored "-Wswitch-enum"
|
||||
#pragma clang diagnostic ignored "-Wunknown-warning-option"
|
||||
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
|
Loading…
Reference in New Issue
Block a user