ci: Fix -Wdeprecated-non-prototype warnings
Occurs on AppleClang
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "vulkan/vk_layer.h"
|
||||
|
||||
int foobar()
|
||||
int square(int i)
|
||||
{
|
||||
return 0;
|
||||
return i * i;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user