boostorg / test

The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)
http://boost.org/libs/test
Boost Software License 1.0
183 stars 140 forks source link

clang-15 warning: variable 'junk' set but not used #368

Closed k15tfu closed 1 year ago

k15tfu commented 1 year ago

Hi!

In file boost/test/impl/debug.ipp:

boost/test/impl/debug.ipp:674:25: error: variable 'junk' set but not used [-Werror,-Wunused-but-set-variable]
    int                 junk;
                        ^
1 error generated.
mborland commented 1 year ago

Fixed by https://github.com/boostorg/test/pull/372