content/content.c: In function 'content_set_done':
content/content.c:677: warning: 'msg_data' is used uninitialized in this
function
content/content.c: In function 'content_llcache_callback':
content/content.c:512: warning: 'msg_data' may be used uninitialized in this
function
content/content.c:640: warning: 'msg_data' may be used uninitialized in this
function
content/content.c:640: note: 'msg_data' was declared here

I get warnings about msg_data in content/content.c being uninitalized.
>
> Please fix it with
>
> union content_msg_data msg_data = {NULL};
>

Reply via email to