summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-12-08 21:36:32 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2020-12-08 21:36:32 +0000
commite6912c736fcced98c2cb5b306481608db3b69fe1 (patch)
tree409c11ecc284ec1038dc6661dbc3495fe31c9582
parentActually assert the array contents (diff)
downloadlibjsonpp-e6912c736fcced98c2cb5b306481608db3b69fe1.tar.bz2
libjsonpp-e6912c736fcced98c2cb5b306481608db3b69fe1.tar.xz
libjsonpp-e6912c736fcced98c2cb5b306481608db3b69fe1.zip
Disable hicpp-named-parameter checklibjsonpp-0.12.2.1
-rw-r--r--Jamroot.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 0f48299..551fd3b 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -25,6 +25,7 @@ project
<toolset>tidy:<checkxx>modernize-*
<toolset>tidy:<xcheckxx>modernize-use-trailing-return-type
<toolset>tidy:<checkxx>hicpp-*
+ <toolset>tidy:<xcheckxx>hicpp-named-parameter
<toolset>tidy:<checkxx>performance-*
;