Build mesa 1093 completed

Commit 99474dc29b by Jose Fonseca on 4/28/2016 11:25 AM:
nir: Try to warn when C99 extensions are used in nir headers.\n\nIdeally we'd have nir.h being included with -Wpedantic too, but it fails\nwith:\n\nsrc/compiler/nir/nir.h:754:20: warning: ISO C++ forbids zero-size array ‘src’ [-Wpedantic]\n nir_alu_src src[];\n ^\nIn file included from src/compiler/nir/glsl_to_nir.cpp:42:0:\nsrc/compiler/nir/nir.h:919:16: warning: ISO C++ forbids zero-size array ‘src’ [-Wpedantic]\n nir_src src[];\n\nReviewed-by: Connor Abbott <cwabbo...@gmail.com>

Configure your notification preferences

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to