[virglrenderer-devel] [PATCH v2 00/21] Fix warnings with -Wall -Wextra in vrend* and test*
Gert Wollny
gert.wollny at collabora.com
Tue Jun 5 20:10:57 UTC 2018
Hello all,
like announced in the other patch, I've updated this series to use the mesa
style annotation for unused parameters. I've also added the needed defines in
the first patch. This series now stands on it own, and I will send another
updated series for the warnings in gallium.
best,
Gert
Gert Wollny (21):
vrend: Add #define for unused variables
vrend_formats.c: Silence warning -Wmissing-field-initializers
vrend_renderer.c: Fix warnings
virglrenderer.c: Fix warning
vrend_renderer.c: Fix warnings
vrend_renderer.c: Fix warnings and clean code
vrend_renderer.c: Fix warnings
vrend_renderer.c: Fix warnings
vrend_renderer.c: fix warnings
vrend_renderer.c: Fix warnings
vrend_renderer.c: Fix warnings
vrend_renderer.c: Fix warnings
vrend_shader.c: Fix warnings
vrend_object.c: Fix warnings
vrend_decode.c: Fix warnings
vrend_blitter.c, vrend_egl_context.c: Fix warnings
testvirgl.c: Fix warnings
testvirgl_encode.c: Fix warnings
test_virgl_transfer.c: Fix warnings
vtest_renderer.c: Fix warnings
configure.ac: Add more warning flags
configure.ac | 2 +
src/gallium/auxiliary/os/os_misc.h | 4 ++
src/virgl_egl_context.c | 2 +-
src/virglrenderer.c | 2 +-
src/vrend_blitter.c | 2 +-
src/vrend_decode.c | 15 ++--
src/vrend_formats.c | 15 ++++
src/vrend_object.c | 8 +--
src/vrend_renderer.c | 142 +++++++++++++++++++------------------
src/vrend_shader.c | 38 +++++-----
tests/test_virgl_transfer.c | 3 +-
tests/testvirgl.c | 6 +-
tests/testvirgl_encode.c | 22 +++---
tests/testvirgl_encode.h | 7 ++
vtest/vtest_renderer.c | 11 +--
15 files changed, 158 insertions(+), 121 deletions(-)
--
2.16.4
More information about the virglrenderer-devel
mailing list