mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Supress clang-format message for unused constants.
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -30,6 +30,8 @@
|
||||
// Copyright © 2011-2019 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma ide diagnostic ignored "OCUnusedGlobalDeclarationInspection"
|
||||
#ifndef LIBDICFORMAT_ENUMS_H
|
||||
#define LIBDICFORMAT_ENUMS_H
|
||||
|
||||
@@ -255,3 +257,5 @@ typedef enum
|
||||
|
||||
|
||||
#endif //LIBDICFORMAT_ENUMS_H
|
||||
|
||||
#pragma clang diagnostic pop
|
||||
Reference in New Issue
Block a user