glsl: Silence ignored qualifier warning
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 18 Nov 2015 00:25:06 +0000 (16:25 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 19 Nov 2015 02:35:56 +0000 (18:35 -0800)
commitc82498c4daf1cfdee065011a10ee4345ae67ef3b
tree93e877410580eb93d971190215b9bc3cd50b14dd
parentfc19a0d2e422ea8e45bc5440a91f858f5f345884
glsl: Silence ignored qualifier warning

I think the intention was to mark the "this" parameter as const, but
const goes on the other end to do that.

In file included from glsl_symbol_table.cpp:26:0:
ast.h:339:35: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
    const bool is_single_dimension()
                                   ^

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
src/glsl/ast.h