# # Copyright (c) 2019 Vinnie Falco (vinnie.falco@gmail.com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # # Official repository: https://github.com/vinniefalco/url # project : default-build extra : requirements # Extra errors that are disabled by default msvc:"/we4265" msvc:"/wd4251" # Warnings in dependencies gcc:"-Wno-unused-but-set-variable" gcc:"-Wno-maybe-uninitialized" gcc-15:"-Wno-deprecated-declarations" gcc,windows:"-Wno-error=array-bounds" clang:"-Wno-unused-but-set-variable" clang:"-Wno-unused-parameter" clang:"-Wno-unknown-warning-option" clang-13:"-Wno-unused-but-set-variable" clang-14:"-Wno-unused-but-set-variable" clang-15:"-Wno-unused-but-set-variable" # Different typeinfos confuse ubsan norecover:static norecover:global ; build-project extra ; build-project limits ; build-project unit ;