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)
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).


No differences found