mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 00:59:19 -06:00
COMP: Work-around warning about static specifier on HP compiler.
This commit is contained in:
@@ -518,7 +518,7 @@ public:
|
||||
}
|
||||
}
|
||||
};
|
||||
static cmCPluginAPISourceFileMap cmCPluginAPISourceFiles;
|
||||
cmCPluginAPISourceFileMap cmCPluginAPISourceFiles;
|
||||
|
||||
void * CCONV cmCreateSourceFile()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user