Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tidy: Don't run the "enum size" check all the time.
There are a couple of Qt macros whose definition creates an enum of type "int" containing a single value. The clang-tidy "enum size" check complains about each use of these macros. The macros used by MythTV are Q_DECLARE_METATYPE, QStringLiteral, and QByteArrayLiteral.
- Loading branch information