mirror of
https://github.com/boostorg/ratio.git
synced 2025-05-09 23:24:01 +00:00
Ratio: Suppress warning for clang compiler
warning: 'long long' is an extension when C99 mode is not enabled [-Wlong-long] [SVN r68665]
This commit is contained in:
parent
0784e928b8
commit
c682ee04b9
@ -37,6 +37,9 @@ project
|
||||
<toolset>pathscale:<cxxflags>-Wextra
|
||||
<toolset>pathscale:<cxxflags>-Wno-long-long
|
||||
<toolset>pathscale:<cxxflags>-pedantic
|
||||
<toolset>clang:<cxxflags>-Wextra
|
||||
<toolset>clang:<cxxflags>-pedantic
|
||||
<toolset>clang:<cxxflags>-Wno-long-long
|
||||
<toolset>gcc-mingw-4.5.0:<cxxflags>-Wno-missing-field-initializers
|
||||
<toolset>gcc-mingw-4.5.0:<cxxflags>-fdiagnostics-show-option
|
||||
<toolset>gcc-mingw-4.6.0:<cxxflags>-fdiagnostics-show-option
|
||||
|
Loading…
x
Reference in New Issue
Block a user