Ableton / aqt-stylesheets

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

Disable new warnings from clang 3.9.0 in third-party headers #50

Closed ala-ableton closed 8 years ago

ala-ableton commented 8 years ago

@gck-ableton: please review, thanks!

gck-ableton commented 8 years ago

I think we should ignore the -Wcomma warning, too. At least the last time I tried it fired on some boost code (still in 1.59 though).

ala-ableton commented 8 years ago

@gck-ableton: I added the pragma to ignore -Wcomma as well. LGTY?

gck-ableton commented 8 years ago

👍