CheckIPOSupported: Fix -Wstrict-prototypes warnings in check for C
Fixes: #25967
This commit is contained in:
parent
648a7fb9b9
commit
d5075fd10f
@ -1,4 +1,4 @@
|
||||
int foo()
|
||||
int foo(void)
|
||||
{
|
||||
return 0x42;
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
int foo();
|
||||
int foo(void);
|
||||
|
||||
int main(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user