summaryrefslogtreecommitdiff
path: root/libmysqlpp/unittests
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-10-19 15:48:36 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2019-10-19 15:48:36 +0100
commitfef8f7b2afc7765ad9ffd0c1612eea3d987127bd (patch)
tree64b65eb45df403b04db443f44fa7f9f8511b42f7 /libmysqlpp/unittests
parentRefactor to ease testing (diff)
downloadlibdbpp-mysql-fef8f7b2afc7765ad9ffd0c1612eea3d987127bd.tar.bz2
libdbpp-mysql-fef8f7b2afc7765ad9ffd0c1612eea3d987127bd.tar.xz
libdbpp-mysql-fef8f7b2afc7765ad9ffd0c1612eea3d987127bd.zip
Fixes for tidylibdbpp-mysql-1.4.2
Diffstat (limited to 'libmysqlpp/unittests')
-rw-r--r--libmysqlpp/unittests/Jamfile.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysqlpp/unittests/Jamfile.jam b/libmysqlpp/unittests/Jamfile.jam
index 2884e82..f679108 100644
--- a/libmysqlpp/unittests/Jamfile.jam
+++ b/libmysqlpp/unittests/Jamfile.jam
@@ -18,6 +18,7 @@ run
<library>boost_utf
<library>stdc++fs
<dependency>mysqlschema.sql
+ <toolset>tidy:<xcheckxx>hicpp-vararg
:
testmysql
;