We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: unused variable 'os'
Trying to compile on OpenBSD the develop branch advances up to 76% but stops with:
develop
[ 76%] Building CXX object test/CMakeFiles/soltest.dir/libsolidity/SMTCheckerTest.cpp.o /home/vtamara/comp/c++/solidity/test/libsolidity/SMTCheckerTest.cpp:123:26: error: unused variable 'os' [-Werror,-Wunused-variable] for (std::string const& os: ignoreOSSetting | ranges::views::split(',') | ranges::to<std::vector<std::string>>()) ^ 1 error generated. *** Error 1 in . (test/CMakeFiles/soltest.dir/build.make:1098 'test/CMakeFiles/soltest.dir/libsolidity/SMTCheckerTest.cpp.o': cd /home/vtama...) *** Error 2 in . (CMakeFiles/Makefile2:785 'test/CMakeFiles/soltest.dir/all': make -s -f test/CMakeFiles/soltest.dir/build.make test/CMakeFi...) *** Error 2 in /home/vtamara/comp/c++/solidity/build (Makefile:136 'all': make -s -f CMakeFiles/Makefile2 all)
git clone --recursive https://github.com/ethereum/solidity.git cd solidity mkdir build cd build cmake .. make
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Trying to compile on OpenBSD the
develop
branch advances up to 76% but stops with:Environment
Steps to Reproduce
The text was updated successfully, but these errors were encountered: