mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
Features: Use variable in cxx_inheriting_constructors test.
Avoid warning with SolarisStudio.
This commit is contained in:
parent
69182ce4ed
commit
5d57970dd9
@ -13,6 +13,6 @@ struct B : public A
|
||||
|
||||
void someFunc()
|
||||
{
|
||||
int i;
|
||||
int i = 0;
|
||||
B b(i);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user