mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
COMP: Removed unused parameter warning.
This commit is contained in:
parent
c7beb28657
commit
35f36d3f0f
@ -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 == "")
|
||||
|
Loading…
Reference in New Issue
Block a user