diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-26 19:56:03 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-26 19:56:03 +0000 |
commit | 8e1ff66379e26ffea159e687d304fb693a2ce35f (patch) | |
tree | c9e3e5ee1a7bf897afb367df63dff7dfcf45d7e2 /Jamroot.jam | |
parent | Fix up all remaining tools warnings in non-generated code (diff) | |
download | gentoobrowse-api-8e1ff66379e26ffea159e687d304fb693a2ce35f.tar.bz2 gentoobrowse-api-8e1ff66379e26ffea159e687d304fb693a2ce35f.tar.xz gentoobrowse-api-8e1ff66379e26ffea159e687d304fb693a2ce35f.zip |
Fix remaining warnings
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 3ddb43d..8a29f49 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -37,10 +37,15 @@ project <toolset>tidy:<define>ICE_MEMBER_IMPORT_EXPORT <toolset>tidy:<exclude>users.cpp <toolset>tidy:<exclude>user-models.cpp + <toolset>tidy:<exclude>slicer-user-models.cpp <toolset>tidy:<exclude>news-models.cpp + <toolset>tidy:<exclude>slicer-news-models.cpp <toolset>tidy:<exclude>extended-models.cpp + <toolset>tidy:<exclude>slicer-extended-models.cpp <toolset>tidy:<exclude>portage-models.cpp + <toolset>tidy:<exclude>slicer-portage-models.cpp <toolset>tidy:<exclude>portage.cpp + <toolset>tidy:<exclude>gb-base.cpp <toolset>tidy:<exclude>maintenance.h <toolset>tidy:<exclude>maintenance.cpp <toolset>tidy:<exclude>notifications.h |