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:
Vicente J. Botet Escriba 2011-02-06 11:38:19 +00:00
parent 0784e928b8
commit c682ee04b9

View File

@ -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