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:
@@ -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
|
||||
;
|
||||
|
||||
#|
|
||||
|
||||
Reference in New Issue
Block a user