-
Problem report
-
Resolution: Fixed
-
Trivial
-
4.2.0alpha3
-
Sprint 47, Dec 2018
-
0.125
Steps to reproduce:
$ ./bootstrap.sh
$ CFLAGS='-g -O2 -Wall -Wextra' ./configure --enable-agent --enable-server --with-postgresql -q
$ make -s -j 8
Result:
Making all in preprocessor item_preproc.c: In function ‘item_preproc_get_error_from_xml’: item_preproc.c:1262:99: warning: unused parameter ‘errmsg’ [-Wunused-parameter] static int item_preproc_get_error_from_xml(const zbx_variant_t *value, const char *params, char **errmsg, ^~~~~~
Expected:
No warning.
- caused by
-
ZBXNEXT-4724 Advanced preprocessing: validation and throttling rules, discarding values and setting errors
- Closed