gallium/aux/util/u_surface.c: Silence warnings and remove unneeded MAYBE_UNUSED
authorGert Wollny <gw.fossdev@gmail.com>
Thu, 16 Nov 2017 15:10:01 +0000 (16:10 +0100)
committerBrian Paul <brianp@vmware.com>
Fri, 17 Nov 2017 16:27:58 +0000 (09:27 -0700)
commitb50eda849805c51f83d57402e7d5e90fad7fe085
treed6a686691ac73c7516b25a75ed09abdc1ac99ceb
parentc7bf83ef5cf65d2ed730fcb2e560cd6531a5953a
gallium/aux/util/u_surface.c: Silence warnings and remove unneeded MAYBE_UNUSED

 * Explicitely convert values to int in comparison.
 * Remove one MAYBE_UNUSED that is actually not needed.

Signed-off-by: Gert Wollny <gw.fossdev@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/util/u_surface.c