STATUS,BUILD_TYPE: Release STATUS,CXXFLAGS: -pipe -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wnon-virtual-dtor -Woverloaded-virtual -Wold-style-cast -Wfloat-equal -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Wunused -Wunused-function -Wunused-label -Wunused-value -Wunused-variable -Winit-self -Wdisabled-optimization -Wsign-promo -Wstrict-overflow=5 -Wformat=2 -Wformat-security -Wimplicit-fallthrough=2 -Wnoexcept -Wlogical-op -Wstrict-null-sentinel -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fuse-ld=gold -m64 STATUS,SANITIZE: OFF STATUS,COVERAGE: OFF CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY SOLACE_GTEST_SUPPORT /home/conan/w/cci_PR-3774/.conan/data/libsolace/0.3.9/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/base64.cpp: In function ‘Solace::Result base64decode(Solace::ByteWriter&, const Solace::MemoryView&, const byte*)’: /home/conan/w/cci_PR-3774/.conan/data/libsolace/0.3.9/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/base64.cpp:222:1: warning: assuming signed overflow does not occur when changing X +- C1 cmp C2 to X cmp C2 -+ C1 [-Wstrict-overflow] 222 | } | ^ /home/conan/w/cci_PR-3774/.conan/data/libsolace/0.3.9/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/base64.cpp:121:1: warning: assuming signed overflow does not occur when changing X +- C1 cmp C2 to X cmp C2 -+ C1 [-Wstrict-overflow] 121 | base64decode(ByteWriter& dest, MemoryView const& src, byte const* decodingTable) { | ^~~~~~~~~~~~ /home/conan/w/cci_PR-3774/.conan/data/libsolace/0.3.9/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/base64.cpp:121:1: warning: assuming signed overflow does not occur when changing X +- C1 cmp C2 to X cmp C2 -+ C1 [-Wstrict-overflow] /home/conan/w/cci_PR-3774/.conan/data/libsolace/0.3.9/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/stringView.cpp: In member function ‘Solace::Optional Solace::StringView::indexOf(Solace::StringView, Solace::StringView::size_type) const’: /home/conan/w/cci_PR-3774/.conan/data/libsolace/0.3.9/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/stringView.cpp:122:19: warning: assuming signed overflow does not occur when reducing constant in comparison [-Wstrict-overflow] 122 | for (; fromIndex < rem; ++fromIndex) { | ~~~~~~~~~~^~~~~ /home/conan/w/cci_PR-3774/.conan/data/libsolace/0.3.9/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/stringView.cpp: In member function ‘Solace::Optional Solace::StringView::lastIndexOf(Solace::StringView, Solace::StringView::size_type) const’: /home/conan/w/cci_PR-3774/.conan/data/libsolace/0.3.9/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/stringView.cpp:165:19: warning: assuming signed overflow does not occur when reducing constant in comparison [-Wstrict-overflow] 165 | for (; fromIndex < rem; ++fromIndex) { | ~~~~~~~~~~^~~~~ In file included from /home/conan/w/cci_PR-3774/.conan/data/libsolace/0.3.9/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/include/solace/env.hpp:26, from /home/conan/w/cci_PR-3774/.conan/data/libsolace/0.3.9/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/env.cpp:21: /home/conan/w/cci_PR-3774/.conan/data/libsolace/0.3.9/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/include/solace/stringView.hpp: In member function ‘Solace::Env::Var Solace::Env::Iterator::operator->() const’: /home/conan/w/cci_PR-3774/.conan/data/libsolace/0.3.9/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/include/solace/stringView.hpp:342:44: warning: assuming signed overflow does not occur when reducing constant in comparison [-Wstrict-overflow] 342 | for (size_type i = 0; i < thisSize && i + delimLength <= thisSize; ++i) { // count_if, but with custom stride | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3774/.conan/data/libsolace/0.3.9/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/include/solace/stringView.hpp:350:45: warning: assuming signed overflow does not occur when reducing constant in comparison [-Wstrict-overflow] 350 | for (size_type i = 0; to < thisSize && to + delimLength <= thisSize; ++to) { | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ STATUS,BUILD_TYPE: Release STATUS,CXXFLAGS: -pipe -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wnon-virtual-dtor -Woverloaded-virtual -Wold-style-cast -Wfloat-equal -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Wunused -Wunused-function -Wunused-label -Wunused-value -Wunused-variable -Winit-self -Wdisabled-optimization -Wsign-promo -Wstrict-overflow=5 -Wformat=2 -Wformat-security -Wimplicit-fallthrough=2 -Wnoexcept -Wlogical-op -Wstrict-null-sentinel -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fuse-ld=gold -m64 STATUS,SANITIZE: OFF STATUS,COVERAGE: OFF CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY