Skip to content
Snippets Groups Projects
Commit acaec6cd authored by Brian Paul's avatar Brian Paul
Browse files

mesa: silence MinGW 'may be unused uninitialized' warning in get.c


The warning happens on line 2114 for the memcpy(data, p, size) call.
I'm not sure why that generates the warning but not the earlier use
of p in the code.

Reviewed-by: default avatarNeha Bhende <bhenden@vmware.com>
parent 8096b558
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment