mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
examples: Fix compile-time warning
Fix "function declaration isn’t a prototype" warning
This commit is contained in:
@@ -84,7 +84,7 @@ static void display_frame(struct fp_img *img)
|
|||||||
0, 0, width, height, 0, 0, width, height);
|
0, 0, width, height, 0, 0, width, height);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void QueryXv()
|
static void QueryXv(void)
|
||||||
{
|
{
|
||||||
unsigned int num_adaptors;
|
unsigned int num_adaptors;
|
||||||
int num_formats;
|
int num_formats;
|
||||||
|
|||||||
Reference in New Issue
Block a user