diff options
author | Ian Romanick <[email protected]> | 2013-07-26 13:37:29 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2013-07-27 12:13:03 -0700 |
commit | 803f755edeabd1b0af3d8f4ebf2005333e152ad4 (patch) | |
tree | ccf42f99a09916be0e62a31690bc142d0d1284f1 /m4 | |
parent | 17856726c94000bf16156f7f9acea77a271a6005 (diff) |
glsl: Less const for glsl_type convenience accessors
The second 'const' says that the pointer itself is constant. This in
unenforcible in C++, so GCC emits a warning (see) below for each of
these functions in every file that includes glsl_types.h. It's a lot of
warning spam.
../../../src/glsl/glsl_types.h:176:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Cc: [email protected]
Diffstat (limited to 'm4')
0 files changed, 0 insertions, 0 deletions