summaryrefslogtreecommitdiffstats
path: root/src/gallium/meson.build
diff options
context:
space:
mode:
authorGert Wollny <[email protected]>2018-06-05 13:58:46 +0200
committerGert Wollny <[email protected]>2018-06-20 11:08:28 +0200
commitfc9e259e58ef73633bd51827427cc2ea63569ae0 (patch)
tree7e68c3ccffdc752427c16463e4e11bfd3530572f /src/gallium/meson.build
parent03ac9708cf64832a19d6dca95c8fd1fdfc4d70ab (diff)
gallium/aux/tgsi/tgsi_dump.c: Fix -Wsign-compare warnings
tgsi_dump.c: In function 'iter_property': tgsi_dump.c:443:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < prop->Property.NrTokens - 1; ++i) { ^ tgsi_dump.c:459:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (i < prop->Property.NrTokens - 2) Signed-off-by: Gert Wollny <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/meson.build')
0 files changed, 0 insertions, 0 deletions