diff options
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index e2e624d..973fc20 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -88,7 +88,7 @@ #include <memory> // auto_ptr void cmNeedBackwardsCompatibility(const std::string& variable, - int access_type, void* ) + int access_type, void*, const char*, const cmMakefile*) { #ifdef CMAKE_BUILD_WITH_CMAKE if (access_type == cmVariableWatch::UNKNOWN_VARIABLE_READ_ACCESS) |