Supress clang-format message for unused constants.

This commit is contained in:
2019-03-16 18:18:38 +00:00
parent 6a25d7a214
commit 6756be5573
3 changed files with 12 additions and 0 deletions

View File

@@ -36,6 +36,8 @@
// Copyright © 2011-2019 Natalia Portillo
// ****************************************************************************/
#pragma clang diagnostic push
#pragma ide diagnostic ignored "OCUnusedGlobalDeclarationInspection"
#ifndef LIBDICFORMAT_DIC_H
#define LIBDICFORMAT_DIC_H
@@ -1048,3 +1050,5 @@ typedef enum
} MediaType;
#endif //LIBDICFORMAT_DIC_H
#pragma clang diagnostic pop