diff --git a/src/nodejs/CMakeLists.txt b/src/nodejs/CMakeLists.txt index 3ccdbbe26..799323477 100644 --- a/src/nodejs/CMakeLists.txt +++ b/src/nodejs/CMakeLists.txt @@ -20,6 +20,7 @@ set_target_properties(node_osrm PROPERTIES CXX_CLANG_TIDY "") # TODO: we turn off "warnings as errors" for this target, because it causes errors in third-party NodeJs related headers # target_no_warning(node_osrm error) target_no_warning(node_osrm suggest-destructor-override) +target_no_warning(node_osrm suggest-override) target_link_libraries(node_osrm osrm)