boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
252 stars 32 forks source link

Building tests with pedantic warnings #186

Closed anarthal closed 8 months ago

anarthal commented 9 months ago

We build with pedantic warnings in CMake but no in B2 (where we perform compiler coverage). Fix as many of these warnings as possible and suppress the others. Make CMake and B2 flags match as much as possible.

This has been reported in #183, since some users build the tests using CMake as part of their own builds.