Ableton / aqt-stylesheets

Apply CSS style sheets to QML applications
Other
214 stars 39 forks source link

Disable clang warning -Wreserved-id-macro #30

Closed mak-ableton closed 8 years ago

mak-ableton commented 8 years ago

This warning is triggered when trying to build boost with Xcode 7.1 (clang-700.1.76).

Additionally, ignore -Wunknown-pragmas to continue working on older versions of clang that don't know -Wreserved-id-macro.

@gck-ableton Please review and merge, thanks!

gck-ableton commented 8 years ago

LGTM. Can you squash the fixup?

mak-ableton commented 8 years ago

@gck-ableton: Squashed. Please merge at your convenience :)

gck-ableton commented 8 years ago

Thanks!