mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 20:18:12 +02:00
tgsi_text: just parse as an integer (value is a boolean).
fixes warning reported by vlee on irc. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
0b76255714
commit
aaccb73276
1 changed files with 0 additions and 1 deletions
|
|
@ -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!" );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue