diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-12-30 14:02:30 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-12-30 14:02:30 +0000 |
commit | b0667d8feba8b00ef55943f798ded258b53aec14 (patch) | |
tree | 4e40f11dae1ba2f5c292e201e139b2d14728a8e7 /Jamroot.jam | |
parent | Missing explicit on constructor (diff) | |
download | gentoobrowse-api-b0667d8feba8b00ef55943f798ded258b53aec14.tar.bz2 gentoobrowse-api-b0667d8feba8b00ef55943f798ded258b53aec14.tar.xz gentoobrowse-api-b0667d8feba8b00ef55943f798ded258b53aec14.zip |
Pass a cppcheck
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 ; |