Skip to content
Unverified Commit a6621202 authored by aszlig's avatar aszlig
Browse files

xcode: Drop use of weak_import on enumerators.



GCC doesn't support attributes on enumerators, which could pose a
problem but fortunately not in this case. Here a
__attribute__((weak_import)) is used, which doesn't make much sense for
enumerators anyway (noone will die because the corresponding enumerator
won't be referenced either in older OS X versions).

Signed-off-by: default avataraszlig <aszlig@redmoonstudios.org>
parent 5eb3dd8a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment