-
Problem report
-
Resolution: Fixed
-
Trivial
-
4.0.2, 4.2.0alpha1
-
GNU/Linux
-
Sprint 47, Dec 2018
-
0.125
Structure 'zbx_dc_maintenance_tag_t' element name 'operator' is a reserved word in C++.
It breaks compilation with C++:
In file included from dbconfig.c:37: dbconfig.h:657:24: error: expected type-specifier before ‘;’ token unsigned char operator; ^
It could be fixed by renaming 'operator' (in 5 files) to some other name (.e.g. 'op').