mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-08 07:37:33 +00: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