diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-12-30 19:35:04 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-12-30 19:35:04 +0000 |
commit | 07bc375a974dd4c7ece13c1813900765046d0ff9 (patch) | |
tree | 1c7628d5e3678c8c14e18a927f649a3575f21ab6 | |
parent | Add missing call to fuse_destroy in test (diff) | |
download | netfs-07bc375a974dd4c7ece13c1813900765046d0ff9.tar.bz2 netfs-07bc375a974dd4c7ece13c1813900765046d0ff9.tar.xz netfs-07bc375a974dd4c7ece13c1813900765046d0ff9.zip |
Disable named parameter check
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index cce8c6e..98a24a6 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -30,6 +30,7 @@ project <toolset>tidy:<xcheckxx>hicpp-vararg <toolset>tidy:<xcheckxx>hicpp-signed-bitwise <toolset>tidy:<xcheckxx>hicpp-no-array-decay + <toolset>tidy:<xcheckxx>hicpp-named-parameter <toolset>tidy:<checkxx>performance-* <toolset>tidy:<exclude>daemonConfig.h <toolset>tidy:<exclude>fuseConfig.h |