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

@@ -30,6 +30,8 @@
// Copyright © 2011-2019 Natalia Portillo
// ****************************************************************************/
#pragma clang diagnostic push
#pragma ide diagnostic ignored "OCUnusedMacroInspection"
#ifndef LIBDICFORMAT_CONSTS_H
#define LIBDICFORMAT_CONSTS_H
@@ -55,3 +57,5 @@
#define CD_DFIX_MASK = 0x00FFFFFF;
#endif //LIBDICFORMAT_CONSTS_H
#pragma clang diagnostic pop