2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-19 04:02:14 +00:00

Avoid deprecation warnings for xcode/osx.

Specifically this avoids the warning for using sprintf.
This commit is contained in:
Rene Rivera
2023-04-05 21:51:20 -05:00
parent 74f2396cdb
commit 685b52e63f

View File

@@ -27,6 +27,7 @@ project b2
<cxxstd>11
<toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS=1
<toolset>msvc:<define>_CRT_NONSTDC_NO_DEPRECATE=1
<toolset>clang-darwin:<cxxflags>-Wno-deprecated-declarations
;
#|