BattleAxeVR / OpenXR-SDK-Source

Sources for OpenXR loader, basic API layers, and example code.
https://khronos.org/openxr
Apache License 2.0
13 stars 0 forks source link

Add `static` keyword to avoid -Wmissing-prototypes (#345) #4

Closed BattleAxeVR closed 2 years ago

BattleAxeVR commented 2 years ago

When compiling the code on mac catalyst (which uses IOS SDK), I ran into a compiler error with -Werror -Wmissing-prototypes.

Co-authored-by: Ryan Pavlik ryan.pavlik@collabora.com