test: Fix compiler warnings about incompatible pointer type
This commit is contained in:
@@ -10,8 +10,9 @@ struct random_tex {
|
||||
bool initialized;
|
||||
};
|
||||
|
||||
static const char *random_getname(void)
|
||||
static const char *random_getname(void *unused)
|
||||
{
|
||||
UNUSED_PARAMETER(unused);
|
||||
return "20x20 Random Pixel Texture Source (Test)";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user