d/android: Fix warnings

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2307>
This commit is contained in:
Rylie Pavlik 2024-08-15 11:41:36 -05:00
parent ecaab0f63e
commit da5d1c05b1
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ extern "C" {
* @ingroup drv_android
*/
struct xrt_auto_prober *
android_create_auto_prober();
android_create_auto_prober(void);
/*!

View file

@ -53,7 +53,7 @@ struct android_device
struct android_device *
android_device_create();
android_device_create(void);
/*