|
Boost : |
From: Alexander Grund (alexander.grund_at_[hidden])
Date: 2019-12-15 17:17:11
> You can instead depend on boost_filesystem sans error warns with:
>
> run test_stdio.cpp : : :
> <library>/boost/filesystem//boost_filesystem/<warnings-as-errors>off ;
Thanks this did work to some extent. But I'm still getting errors from other libs headers files included by my lib. Probably not much can to be done about that :-/
FTR: Errors are from e.g.
- BOOST_DEFAULTED_FUNCTION(directory_iterator(directory_iterator const& that), : m_imp(that.m_imp) {}) -> unused param with c++11 and oldish g++
- locale/utf.hpp:224:17: error: this statement may fall through [-Werror=implicit-fallthrough=] on newer g++ (known issue, PR exists)
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk