Closed stertingen closed 1 month ago
Building the code with -Wnon-virtual-dtor emits warnings in lyra/detail/deprecated_parser_customization.hpp.
-Wnon-virtual-dtor
lyra/detail/deprecated_parser_customization.hpp
I propose at least one of two things to fix this:
CMakeLists.txt
SYSTEM
add_subdirectory()
I can provide a PR if desired.
Edit: This would be fixed by merging https://github.com/bfgroup/Lyra/pull/80
Building the code with
-Wnon-virtual-dtor
emits warnings inlyra/detail/deprecated_parser_customization.hpp
.I propose at least one of two things to fix this:
CMakeLists.txt
to mark include directories asSYSTEM
includes, avoiding warnings when using viaadd_subdirectory()
I can provide a PR if desired.
Edit: This would be fixed by merging https://github.com/bfgroup/Lyra/pull/80