mirror of https://github.com/cutefishos/calamares
[libcalamares] Avoid warnings from MOC-generated code
- Moc generates Q_UNUSED(_a); which in turn (with clang) issues a superfluous-semicolon warning. Existing code with automoc uses utils/moc-warnings.h to turn off warnings that are issued on moc code. Include it explicitly here because automoc isn't applied.main
parent
3c387a11c9
commit
bb9cca643f
Loading…
Reference in New Issue