diff options
Diffstat (limited to 'Source/cmDependsJava.cxx')
-rw-r--r-- | Source/cmDependsJava.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDependsJava.cxx b/Source/cmDependsJava.cxx index 7e80e31..e03bc93 100644 --- a/Source/cmDependsJava.cxx +++ b/Source/cmDependsJava.cxx @@ -31,7 +31,7 @@ cmDependsJava::~cmDependsJava() //---------------------------------------------------------------------------- bool cmDependsJava::WriteDependencies(const char *src, - const char *file, std::ostream&) + const char *, std::ostream&) { // Make sure this is a scanning instance. if(!src || src[0] == '\0') |