Browse Source

COMP: Removed unused parameter warning.

Brad King 21 years ago
parent
commit
35f36d3f0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmDependsJava.cxx

+ 1 - 1
Source/cmDependsJava.cxx

@@ -40,7 +40,7 @@ cmDependsJava::~cmDependsJava()
 }
 
 //----------------------------------------------------------------------------
-bool cmDependsJava::WriteDependencies(std::ostream& os)
+bool cmDependsJava::WriteDependencies(std::ostream&)
 {
   // Make sure this is a scanning instance.
   if(m_SourceFile == "")