LMacPhail / zabbix-history-influxdb

A loadable module for zabbix which will export history data to an InfluxDB repository.
GNU General Public License v2.0
44 stars 15 forks source link

Fix compiler warnings #4

Closed i-ky closed 5 years ago

i-ky commented 5 years ago

This will fix a few compiler -Wformat and -Wformat-extra-args warnings. To see them you need to compile with 4.2 or trunk of Zabbix, where some function attributes were added and you can now get some useful compiler messages when you misuse Zabbix string functions.

LMacPhail commented 5 years ago

thanks!