diff options
author | jzielins <[email protected]> | 2020-07-06 17:38:02 +0200 |
---|---|---|
committer | Jan Zielinski <[email protected]> | 2020-07-07 09:24:47 +0000 |
commit | 53e204dc26ec89ddc22de864711c844684fb67a8 (patch) | |
tree | d6f5df4b51c6672fea28bf917beec7ee0138732e /src/freedreno/perfcntrs/fd6_perfcntr.c | |
parent | 846f4f95dd8b0e514592074aa18d797afe914463 (diff) |
gallium/swr: Fix compilation warnings
In some places in SWR cod objects are initialized using
memset/memcpy. This is usually done to enable
allocating those objects in aligned memory.
It generates compilation warnings though,
which are worked around by casting the pointers to void*
before calling memset/memcpy.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5777>
Diffstat (limited to 'src/freedreno/perfcntrs/fd6_perfcntr.c')
0 files changed, 0 insertions, 0 deletions