commit | 6bf718fec22f605702c7d15503d4dbc3c2be35e6 | [log] [tgz] |
---|---|---|
author | Iago Toral Quiroga <itoral@igalia.com> | Mon Sep 28 12:59:33 2015 +0200 |
committer | Iago Toral Quiroga <itoral@igalia.com> | Tue Sep 29 10:53:08 2015 +0200 |
tree | 9f0b2c6e7375517f3e99d78d5a56bd06767bf748 | |
parent | bea66d22f2c0e97242c15652376ae4e82779f343 [diff] |
glsl: Fix unused value warning reported by Coverity We don't use param in this part of the code, so no point in advancing the pointer forward: >>> CID 1324983: Code maintainability issues (UNUSED_VALUE) >>> Assigning value from "param->get_next()" to "param" here, but that stored value is overwritten before it can be used. Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>