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()
|
void someFunc()
|
||||||
{
|
{
|
||||||
int i;
|
int i = 0;
|
||||||
B b(i);
|
B b(i);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue