mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
CheckIPOSupported: Fix -Wstrict-prototypes warnings in check for C
Fixes: #25967
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
int foo()
|
||||
int foo(void)
|
||||
{
|
||||
return 0x42;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
int foo();
|
||||
int foo(void);
|
||||
|
||||
int main(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user