Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build flags to remove unused warnings
This change updates the CMAKE_CXX_FLAGS in CMakeLists.txt-macos to remove the -Wunused flag. This flag was causing unused warnings to be raised during the build process, potentially leading to false positives and unnecessary noise. By removing the flag, the build process becomes cleaner and easier to interpret.
- Loading branch information