diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-18 14:25:36 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-18 14:25:36 +0100 |
commit | 88a256c5f3f5353a4e71dd0c529b18e9e3f258d5 (patch) | |
tree | 58f4307141aff97aca26dff3d1133b8e062e2724 /libdbpp/unittests/testParse.cpp | |
parent | Add missing virtual destructor (diff) | |
download | libdbpp-88a256c5f3f5353a4e71dd0c529b18e9e3f258d5.tar.bz2 libdbpp-88a256c5f3f5353a4e71dd0c529b18e9e3f258d5.tar.xz libdbpp-88a256c5f3f5353a4e71dd0c529b18e9e3f258d5.zip |
Add JT recommended warnings
Diffstat (limited to 'libdbpp/unittests/testParse.cpp')
-rw-r--r-- | libdbpp/unittests/testParse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbpp/unittests/testParse.cpp b/libdbpp/unittests/testParse.cpp index 6991242..29ffc38 100644 --- a/libdbpp/unittests/testParse.cpp +++ b/libdbpp/unittests/testParse.cpp @@ -10,7 +10,7 @@ #include <vector> using SQLs = std::vector<std::string>; -BOOST_TEST_SPECIALIZED_COLLECTION_COMPARE(SQLs); +BOOST_TEST_SPECIALIZED_COLLECTION_COMPARE(SQLs) class RecordingParser : std::fstream, public DB::SqlParse { public: |