GNOME Bugzilla – Bug 721320
orcarm: fix for strict XCode compiler
Last modified: 2014-06-22 15:00:53 UTC
Xcode compiler requires an explicit cast when comparing an enum value against an int. Patch coming...
Created attachment 265117 [details] [review] Cast before compare to silence Xcode compiler.
commit 324ea63194089690c741060fd2a9f02b7dc78fce Author: Todd Agulnick <todd@agulnick.com> Date: Wed Jan 1 16:40:00 2014 -0800 orcarm: OSX doesn't like comparisons against enum and int.