mirror of
https://github.com/boostorg/nowide.git
synced 2026-02-21 15:12:30 +00:00
Supress long-long warning
This commit is contained in:
@@ -11,7 +11,12 @@ import testing ;
|
||||
|
||||
project : requirements
|
||||
<warnings>pedantic
|
||||
<warnings-as-errors>on ;
|
||||
<warnings-as-errors>on
|
||||
<toolset>gcc:<cxxflags>-Wno-long-long
|
||||
<toolset>darwin:<cxxflags>-Wno-long-long
|
||||
<toolset>pathscale:<cxxflags>-Wno-long-long
|
||||
<toolset>clang:<cxxflags>-Wno-long-long
|
||||
;
|
||||
|
||||
lib shell32 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user