openfheorg / openfhe-development

This is the development repository for the OpenFHE library. The current (stable) version is v1.2.0 (released on June 25, 2024).
BSD 2-Clause "Simplified" License
655 stars 167 forks source link

clang-specific compiler warnings #823

Open pascoec opened 1 week ago

pascoec commented 1 week ago

The following logic is no longer required in CMakeLists.txt:

if("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang") set(IGNORE_WARNINGS "${IGNORE_WARNINGS} -Wno-unused-private-field -Wno-shift-op-parentheses") endif()

remove logic and fix previously uncaught warnings