mesa: silence MinGW 'may be unused uninitialized' warning in get.c
authorBrian Paul <brianp@vmware.com>
Thu, 25 Jan 2018 21:37:34 +0000 (14:37 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 26 Jan 2018 17:44:05 +0000 (10:44 -0700)
commitacaec6cdd9e65cd2daf4d6a6bb78a909cf9c306c
tree71da4d701e75fab0091fac62e548b2f310618e1f
parent8096b558a7d769b20b1545b83399d67b8a3df94a
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: Neha Bhende <bhenden@vmware.com>
src/mesa/main/get.c