commit | 1298073b5a15cfedfc00cb2207376671145fc074 | [log] [tgz] |
---|---|---|
author | Ucan, Emre (ADITG/SW1) <eucan@de.adit-jv.com> | Mon Jan 23 12:42:43 2017 +0000 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Fri Jan 27 17:25:11 2017 +0200 |
tree | a201b1d222a3f33b62b37a14e3f1ead3ef63a05a | |
parent | fbce2f5dd938965d3c004ae6e693a62f5acfa828 [diff] |
systemd: fix Wincompatible-pointer-type The parameter is passed in safe_strtoint function. The function expects its parameters in int32_t data type. Therefore, c compiler throws a -Wincompatible-pointer-type warning. This patch changes data type of the parameter to int32_t. Signed-off-by: Emre Ucan <eucan@de.adit-jv.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>