diff options
author | Dave Airlie <[email protected]> | 2010-12-24 09:28:14 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-12-24 09:29:19 +1000 |
commit | aaccb732763275e35598c2c7b1bff930a23b7909 (patch) | |
tree | 1ed01706c111299b649f1b2010936ffb7ff42e71 /src/gallium/auxiliary/tgsi/tgsi_text.c | |
parent | 0b76255714653ac84538dafa62676d9c075f21a3 (diff) |
tgsi_text: just parse as an integer (value is a boolean).
fixes warning reported by vlee on irc.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_text.c')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_text.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_text.c b/src/gallium/auxiliary/tgsi/tgsi_text.c index ccb17b77504..6778d9abb0b 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_text.c +++ b/src/gallium/auxiliary/tgsi/tgsi_text.c @@ -1400,7 +1400,6 @@ static boolean parse_property( struct translate_ctx *ctx ) } break; case TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS: - break; default: if (!parse_uint(&ctx->cur, &values[0] )) { report_error( ctx, "Expected unsigned integer as property!" ); |