https://bugs.freedesktop.org/show_bug.cgi?id=93188

--- Comment #6 from Jason Ekstrand <ja...@jlekstrand.net> ---
I had a patch at one point to help C++ out here.  I ended up not sending it out
because it only fixed warnings that only came up if you had extra warnings
turned on.  basically it boiled down to

#ifdef __cplusplus
#  define NIR_SRC_INIT nir_src()
#else
#  define NIR_SRC_INIT (nir_src) { { NULL } }
#endif

And the same thing for NIR_DEST_INIT.  Can you try that?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to