Commits
Andrea Biscuola authored 91a97e876f9
........S. [ZBXNEXT-4002] silence "const" warnings The two functions that complained at compiled time, had the DC_ITEM arguments declared as const. There is nothing inside the functions that could modify them, so it's ok to fix the warnings this way without changing the callers.