After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 721320 - orcarm: fix for strict XCode compiler
orcarm: fix for strict XCode compiler
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: orc
git master
Other Mac OS
: Normal normal
: 0.4.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-02 01:25 UTC by Todd Agulnick
Modified: 2014-06-22 15:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Cast before compare to silence Xcode compiler. (715 bytes, patch)
2014-01-02 01:26 UTC, Todd Agulnick
committed Details | Review

Description Todd Agulnick 2014-01-02 01:25:39 UTC
Xcode compiler requires an explicit cast when comparing an enum value against an int. Patch coming...
Comment 1 Todd Agulnick 2014-01-02 01:26:21 UTC
Created attachment 265117 [details] [review]
Cast before compare to silence Xcode compiler.
Comment 2 Sebastian Dröge (slomo) 2014-01-02 09:04:38 UTC
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.