The open source OpenXR runtime

d/android: Fix warnings

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2307>

+2 -2
+1 -1
src/xrt/drivers/android/android_prober.h
··· 26 26 * @ingroup drv_android 27 27 */ 28 28 struct xrt_auto_prober * 29 - android_create_auto_prober(); 29 + android_create_auto_prober(void); 30 30 31 31 32 32 /*!
+1 -1
src/xrt/drivers/android/android_sensors.h
··· 53 53 54 54 55 55 struct android_device * 56 - android_device_create(); 56 + android_device_create(void); 57 57 58 58 59 59 /*