Refactor CMake code related to compiler warnings, enable some additional warnings (#6355)
This commit is contained in:
committed by
GitHub
parent
3c5d99b4cb
commit
902bfc7806
@@ -119,7 +119,7 @@ class ContiguousInternalMemoryDataFacade<routing_algorithms::offline::Algorithm>
|
||||
|
||||
ContiguousInternalMemoryDataFacade() {}
|
||||
|
||||
~ContiguousInternalMemoryDataFacade() {}
|
||||
~ContiguousInternalMemoryDataFacade() override {}
|
||||
|
||||
unsigned GetNumberOfNodes() const { return 0; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user