ci: Fix -Wdeprecated-non-prototype warnings
Occurs on AppleClang
This commit is contained in:
parent
bbe0f575eb
commit
3fb9d9fde5
3 changed files with 5 additions and 5 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include "vulkan/vk_layer.h"
|
||||
|
||||
int foobar()
|
||||
int square(int i)
|
||||
{
|
||||
return 0;
|
||||
return i * i;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue