fpw / avitab

X-Plane plugin that displays a tablet to aid VR usage
GNU Affero General Public License v3.0
299 stars 58 forks source link

Fix build issues in Xcode on Mac OS X (issue #181) #183

Closed mjh65 closed 9 months ago

mjh65 commented 9 months ago

An Xcode project was generated by cmake. The build failed due to stricter defaults in the -Wall compiler flag. Added -Wno-conversion for all platforms in case other build systems also adopt this approach. Also added a required header that other toolchains did not detect.