From: Sebastian Harl Date: Sat, 4 Jun 2016 16:51:44 +0000 (+0200) Subject: utils_curl_stats: Drop the nonnull attribute from curl_stats_from_config. X-Git-Tag: collectd-5.6.0~220^2~1 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=71e722ea2088a0e2980e14beec0abcd62e288ea2;hp=71e722ea2088a0e2980e14beec0abcd62e288ea2;p=collectd.git utils_curl_stats: Drop the nonnull attribute from curl_stats_from_config. It's not overly useful after all but generates false compiler warnings / errors on Xenial using CLANG, since we also check the parameter in the function (which is what we want in the end and there's no risk in actually calling it with a NULL value). ---