tangled
alpha
login
or
join now
matrixfurry.com
/
monado
0
fork
atom
The open source OpenXR runtime
0
fork
atom
overview
issues
pulls
pipelines
d/ohmd: Fix warnings [NFC]
Jakob Bornecrantz
2 years ago
37e46a90
28315ecd
+4
-4
2 changed files
expand all
collapse all
unified
split
src
xrt
drivers
ohmd
oh_interface.h
oh_prober.c
+2
-2
src/xrt/drivers/ohmd/oh_interface.h
···
1
1
-
// Copyright 2019, Collabora, Ltd.
1
1
+
// Copyright 2019-2023, Collabora, Ltd.
2
2
// SPDX-License-Identifier: BSL-1.0
3
3
/*!
4
4
* @file
···
26
26
* @ingroup drv_ohmd
27
27
*/
28
28
struct xrt_auto_prober *
29
29
-
oh_create_auto_prober();
29
29
+
oh_create_auto_prober(void);
30
30
31
31
/*!
32
32
* @dir drivers/ohmd
+2
-2
src/xrt/drivers/ohmd/oh_prober.c
···
1
1
-
// Copyright 2019-2020, Collabora, Ltd.
1
1
+
// Copyright 2019-2023, Collabora, Ltd.
2
2
// SPDX-License-Identifier: BSL-1.0
3
3
/*!
4
4
* @file
···
65
65
}
66
66
67
67
struct xrt_auto_prober *
68
68
-
oh_create_auto_prober()
68
68
+
oh_create_auto_prober(void)
69
69
{
70
70
struct oh_prober *ohp = U_TYPED_CALLOC(struct oh_prober);
71
71
ohp->base.name = "OpenHMD";