Originally posted by nanonyme
View Post
https://cgit.freedesktop.org/mesa/me...94fc40cac5e573
Would have probably been caught by this warning too.
(Was fixed later: https://cgit.freedesktop.org/mesa/me...f8cf6f88338eda)
In the second case here it depends on how the code works. I think it may be just mistakenly indented one level too much, then it would be three blocks
if (params->wm_prog_data)
if (params->src.mt)
if (params->dst.num_samples > 1)
on the same level but only people who understand what the code does can really tell.
Leave a comment: