summaryrefslogtreecommitdiff
path: root/lib/report
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-09-09 23:06:45 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2021-09-13 12:34:41 +0200
commit3b2a4e3e6f081002ab92f5f78326d2c1dfa879bf (patch)
tree3b40a923c124beaff2de4d90dd6f98a6be2b0c03 /lib/report
parenta14371e4952f7a1b079a795c13927cea2eb196b6 (diff)
downloadlvm2-3b2a4e3e6f081002ab92f5f78326d2c1dfa879bf.tar.gz
cov: make it aware we need these headers for muslC
Diffstat (limited to 'lib/report')
-rw-r--r--lib/report/report.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/report/report.c b/lib/report/report.c
index efe103f43..a28744a49 100644
--- a/lib/report/report.c
+++ b/lib/report/report.c
@@ -47,6 +47,7 @@ static uint32_t _log_seqnum = 1;
*/
#define FIELD(type, strct, sorttype, head, field_name, width, func, id, desc, writeable) field_ ## id,
enum {
+/* coverity[unnecessary_header] */
#include "columns.h"
};
#undef FIELD
@@ -4340,6 +4341,7 @@ typedef struct label type_label;
typedef dev_known_type_t type_devtype;
static const struct dm_report_field_type _fields[] = {
+/* coverity[unnecessary_header] */
#include "columns.h"
{0, 0, 0, 0, "", "", NULL, NULL},
};
@@ -4350,6 +4352,7 @@ static const struct dm_report_field_type _devtypes_fields[] = {
};
static const struct dm_report_field_type _log_fields[] = {
+/* coverity[unnecessary_header] */
#include "columns-cmdlog.h"
{0, 0, 0, 0, "", "", NULL, NULL},
};