CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR /home/conan/w/cci_PR-4110/.conan/data/easylzma/0.0.7/_/_/build/a064fac9bef9f843f8878f385a5d4e6281f9a310/source_subfolder/src/pavlov/Bra.c:107:25: warning: '&&' within '||' [-Wlogical-op-parentheses] if (data[i] == 0x40 && (data[i + 1] & 0xC0) == 0x00 || ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ /home/conan/w/cci_PR-4110/.conan/data/easylzma/0.0.7/_/_/build/a064fac9bef9f843f8878f385a5d4e6281f9a310/source_subfolder/src/pavlov/Bra.c:107:25: note: place parentheses around the '&&' expression to silence this warning if (data[i] == 0x40 && (data[i + 1] & 0xC0) == 0x00 || ^ ( ) /home/conan/w/cci_PR-4110/.conan/data/easylzma/0.0.7/_/_/build/a064fac9bef9f843f8878f385a5d4e6281f9a310/source_subfolder/src/pavlov/Bra.c:108:25: warning: '&&' within '||' [-Wlogical-op-parentheses] data[i] == 0x7F && (data[i + 1] & 0xC0) == 0xC0) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-4110/.conan/data/easylzma/0.0.7/_/_/build/a064fac9bef9f843f8878f385a5d4e6281f9a310/source_subfolder/src/pavlov/Bra.c:108:25: note: place parentheses around the '&&' expression to silence this warning data[i] == 0x7F && (data[i + 1] & 0xC0) == 0xC0) ^ ( ) 2 warnings generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY