forked from boostorg/container_hash
Disable -Wc99-extensions for Clang
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
local gcc-flags = -Wunused-parameter -Wconversion -Wsign-conversion -Wfloat-equal -Wshadow -Wno-variadic-macros ;
|
local gcc-flags = -Wunused-parameter -Wconversion -Wsign-conversion -Wfloat-equal -Wshadow -Wno-variadic-macros ;
|
||||||
local clang-flags = $(gcc-flags) ;
|
local clang-flags = $(gcc-flags) -Wno-c99-extensions ;
|
||||||
|
|
||||||
project hash-tests
|
project hash-tests
|
||||||
: requirements
|
: requirements
|
||||||
|
Reference in New Issue
Block a user