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