glsl: Silence "ast_to_hir.cpp:1984:25: warning: comparison of unsigned expression...
authorIan Romanick <ian.d.romanick@intel.com>
Sun, 21 Aug 2011 22:44:35 +0000 (15:44 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 9 Sep 2011 19:01:50 +0000 (12:01 -0700)
commitf0dd21ac88c0ee0a7dd96012881deeb3172974b6
tree6ccccef843a81f93196c95e7b4144022a5f54a33
parent9a3bd5e0452c9c791ba94155d3c9ddba42abd114
glsl: Silence "ast_to_hir.cpp:1984:25: warning: comparison of unsigned expression >= 0 is always true"

ast_type_qualifier::location should have been a signed integer from
the beginning, and the giant comment in
apply_type_qualifier_to_variable explains why.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=40207
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/ast.h