mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-19 19:43:23 +08:00
Source: fix clang-tidy modernize-redundant-void-arg warning
This commit is contained in:
@@ -504,7 +504,7 @@ using cmCPluginAPISourceFileMap =
|
||||
std::map<cmSourceFile*, std::unique_ptr<cmCPluginAPISourceFile>>;
|
||||
static cmCPluginAPISourceFileMap cmCPluginAPISourceFiles;
|
||||
|
||||
static void* CCONV cmCreateSourceFile(void)
|
||||
static void* CCONV cmCreateSourceFile()
|
||||
{
|
||||
return new cmCPluginAPISourceFile;
|
||||
}
|
||||
|
Reference in New Issue
Block a user