Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Monado
Monado
Commits
9dec3dda
Commit
9dec3dda
authored
Sep 17, 2019
by
Lubosz Sarnecki
Browse files
drv_psvr: Fix prototype warnings in clang.
parent
35856d14
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/xrt/drivers/psvr/psvr_interface.h
View file @
9dec3dda
...
...
@@ -26,7 +26,7 @@ extern "C" {
* @ingroup drv_psvr
*/
struct
xrt_auto_prober
*
psvr_create_auto_prober
();
psvr_create_auto_prober
(
void
);
/*!
* @dir drivers/psvr
...
...
src/xrt/drivers/psvr/psvr_prober.c
View file @
9dec3dda
...
...
@@ -113,7 +113,7 @@ psvr_prober_autoprobe(struct xrt_auto_prober *xap, struct xrt_prober *xp)
*/
struct
xrt_auto_prober
*
psvr_create_auto_prober
()
psvr_create_auto_prober
(
void
)
{
struct
psvr_prober
*
ppsvr
=
U_TYPED_CALLOC
(
struct
psvr_prober
);
ppsvr
->
base
.
destroy
=
psvr_prober_destroy
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment