<p dir="ltr">What warning with what compiler? Pretty sure this builds cleanly for me.</p>
<p dir="ltr">On Jul 25, 2014 11:37 AM, "Tobias Klausmann" <<a href="mailto:tobias.johannes.klausmann@mni.thm.de">tobias.johannes.klausmann@mni.thm.de</a>> wrote:<br>
><br>
> Signed-off-by: Tobias Klausmann <<a href="mailto:tobias.johannes.klausmann@mni.thm.de">tobias.johannes.klausmann@mni.thm.de</a>><br>
> ---<br>
>  src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 2 +-<br>
>  1 file changed, 1 insertion(+), 1 deletion(-)<br>
><br>
> diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp<br>
> index 14b6d68..7aa4728 100644<br>
> --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp<br>
> +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp<br>
> @@ -2139,7 +2139,7 @@ Converter::handleINTERP(Value *dst[4])<br>
>  {<br>
>     // Check whether the input is linear. All other attributes ignored.<br>
>     Instruction *insn;<br>
> -   Value *offset = NULL, *ptr = NULL, *w;<br>
> +   Value *offset = NULL, *ptr = NULL, *w = NULL;<br>
>     bool linear;<br>
>     operation op;<br>
>     int c, mode;<br>
> --<br>
> 1.8.4.5<br>
><br>
</p>