mirror of
https://github.com/boostorg/uuid.git
synced 2026-01-19 04:42:16 +00:00
Enable stricter warnings (matching Unordered) in test/Jamfile.v2
This commit is contained in:
@@ -11,9 +11,17 @@ local WERROR =
|
||||
<toolset>clang:<warnings-as-errors>on
|
||||
;
|
||||
|
||||
local gcc-flags = -Wconversion -Wsign-conversion -Wshadow -Wundef ;
|
||||
local clang-flags = $(gcc-flags) ;
|
||||
|
||||
project
|
||||
: requirements
|
||||
|
||||
$(WERROR)
|
||||
|
||||
<toolset>gcc:<cxxflags>$(gcc-flags)
|
||||
<toolset>clang:<cxxflags>$(clang-flags)
|
||||
|
||||
<library>/boost/uuid//boost_uuid
|
||||
<library>/boost/core//boost_core
|
||||
|
||||
|
||||
Reference in New Issue
Block a user