mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
d/android: Fix warnings
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2307>
This commit is contained in:
parent
ecaab0f63e
commit
da5d1c05b1
|
@ -26,7 +26,7 @@ extern "C" {
|
|||
* @ingroup drv_android
|
||||
*/
|
||||
struct xrt_auto_prober *
|
||||
android_create_auto_prober();
|
||||
android_create_auto_prober(void);
|
||||
|
||||
|
||||
/*!
|
||||
|
|
|
@ -53,7 +53,7 @@ struct android_device
|
|||
|
||||
|
||||
struct android_device *
|
||||
android_device_create();
|
||||
android_device_create(void);
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue