diff options
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 3b7d75a..b2c866c 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -19,6 +19,8 @@ project <variant>debug:<warnings-as-errors>on <variant>coverage:<coverage>on <toolset>tidy:<define>ICE_IGNORE_VERSION + <toolset>tidy:<exclude>cxxstd-17-iso/maintenance.h + <toolset>tidy:<exclude>unpackPqTextArray.cpp ; build-project gentoobrowse-api ; |