utils_curl_stats: Drop the nonnull attribute from curl_stats_from_config.
authorSebastian Harl <sh@tokkee.org>
Sat, 4 Jun 2016 16:51:44 +0000 (18:51 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 10 Jun 2016 19:04:49 +0000 (21:04 +0200)
commit71e722ea2088a0e2980e14beec0abcd62e288ea2
treea4245f7cc367c21faeeeb8c021453553b8c475c6
parentcedbf7117c6a9a1bb3a49b96ee6a376d8963698e
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).
src/utils_curl_stats.h