Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2021-10-19 16:23:14 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-10-19 16:23:26 +0300
commite3d680e308992954a7ac31e714576a08f3d49b0e (patch)
treefa768fd49bd23b9eae542e9ded0f58b122736c3a /include/common.h
parent3d9d4ecd53f7b330ad1436a61e5c457fdc0ca597 (diff)
........S. [ZBXNEXT-6923] fixed warnings
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 3bf3a0b181e..120d7de5198 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1006,7 +1006,7 @@ zbx_httptest_auth_t;
typedef struct
{
zbx_task_t task;
- int flags;
+ unsigned int flags;
int data;
}
ZBX_TASK_EX;