diff --git a/include/boost/ut.hpp b/include/boost/ut.hpp index 78a2a822..ee146bf9 100644 --- a/include/boost/ut.hpp +++ b/include/boost/ut.hpp @@ -797,7 +797,7 @@ struct cfg { } static inline void parse(int argc, const char* argv[]) { - const std::size_t n_args = static_cast(argc); + const std::size_t n_args = 0; // static_cast(argc); if (n_args > 0 && argv != nullptr) { cfg::largc = argc; cfg::largv = argv;