mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
Features: Use variable in cxx_inheriting_constructors test.
Avoid warning with SolarisStudio.
This commit is contained in:
@@ -13,6 +13,6 @@ struct B : public A
|
||||
|
||||
void someFunc()
|
||||
{
|
||||
int i;
|
||||
int i = 0;
|
||||
B b(i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user