Don't treat deprecation warnings as errors #23233
Answered
by
Thomas1664
Thomas1664
asked this question in
Q&A
-
Especially on UWP builds fail because deprecation warnings are treated as errors by the compiler. What is the best way to disable this behaviour? Example:
|
Beta Was this translation helpful? Give feedback.
Answered by
Thomas1664
Feb 23, 2022
Replies: 2 comments
-
Make sure |
Beta Was this translation helpful? Give feedback.
0 replies
-
I ended up adding |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Thomas1664
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ended up adding
/wd4996
toCMAKE_C_FLAGS
/CMAKE_CXX_FLAGS
inCMakeLists.txt
of a port via a patch