diff options
Diffstat (limited to 'thirdparty')
| -rw-r--r-- | thirdparty/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/xmake.lua b/thirdparty/xmake.lua index 7c99d910e..a4a183910 100644 --- a/thirdparty/xmake.lua +++ b/thirdparty/xmake.lua @@ -66,7 +66,7 @@ target('cpr') if is_os("windows") then add_cxxflags("/wd4668") else - add_cxxflags("-Wno-undef") + add_cxxflags("-Wno-undef", "-Wno-deprecated-declarations") end add_packages("libcurl", {public=true}) |