mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-20 22:20:50 -06:00
Merge topic 'fix-test-warnings'
b6346f2 Tests: Fix warning about unused variable
This commit is contained in:
@@ -7,5 +7,5 @@ int DepB::foo()
|
||||
{
|
||||
DepA a;
|
||||
|
||||
return 0;
|
||||
return a.foo();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user