While checking into why there are so many build warnings on Windows, I ran into
the warning that 'out' is used without being initialized.

'out' is defined as a stack-based GLvector4f in the function expanded by
USER_CLIPTEST. It looks to be used as some sort of early-out checking code but
I can't see how it's useful since it's never referenced elsewhere or init'd in
the function.

Could someone with more knowledge of the purpose and what this macro/function
is doing fix this?

-Ted


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to