From 7e4e192ce2a579c22120150953df5adf26435eef Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Mon, 25 Oct 2021 09:20:35 -0400 Subject: Source: fix clang-tidy modernize-redundant-void-arg warning --- Source/cmCPluginAPI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmCPluginAPI.cxx b/Source/cmCPluginAPI.cxx index baf9c98..c49347d 100644 --- a/Source/cmCPluginAPI.cxx +++ b/Source/cmCPluginAPI.cxx @@ -504,7 +504,7 @@ using cmCPluginAPISourceFileMap = std::map>; static cmCPluginAPISourceFileMap cmCPluginAPISourceFiles; -static void* CCONV cmCreateSourceFile(void) +static void* CCONV cmCreateSourceFile() { return new cmCPluginAPISourceFile; } -- cgit v0.12