Ticket #9866: ratio.patch

File ratio.patch, 932 bytes (added by Steven Watanabe, 9 years ago)

Patch to fix the issue

  • test/Jamfile.v2

    diff --git a/test/Jamfile.v2 b/test/Jamfile.v2
    index 940917f..3d64305 100644
    a b project  
    4444        <toolset>clang:<cxxflags>-Wextra
    4545        <toolset>clang:<cxxflags>-pedantic
    4646        <toolset>clang:<cxxflags>-Wno-long-long
    47         <toolset>gcc-mingw-4.5.0:<cxxflags>-Wno-missing-field-initializers
    48         <toolset>gcc-mingw-4.5.0:<cxxflags>-fdiagnostics-show-option
    49         <toolset>gcc-mingw-4.6.0:<cxxflags>-fdiagnostics-show-option
     47        <toolset>gcc-4.5.0,<target-os>windows:<cxxflags>-Wno-missing-field-initializers
     48        <toolset>gcc-4.5.0,<target-os>windows:<cxxflags>-fdiagnostics-show-option
     49        <toolset>gcc-4.6.0,<target-os>windows:<cxxflags>-fdiagnostics-show-option
    5050        <toolset>msvc:<cxxflags>/wd4127
    5151# Note: Some of the remarks from the Intel compiler are disabled
    5252# remark #1418: external function definition with no prior declaration