mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
ENH: Remove warning
This commit is contained in:
@@ -7,10 +7,11 @@ public:
|
||||
{
|
||||
printf("This one has nonstandard extension\n");
|
||||
}
|
||||
int getnum() { return 0; }
|
||||
};
|
||||
|
||||
int bar()
|
||||
{
|
||||
Foo f;
|
||||
return 0;
|
||||
return f.getnum();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user