Re: [Mesa-dev] [PATCH] mesa: change assert to unreachable in two format functions
Reviewed-by: Matt Turner I'll commit this. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev
[Mesa-dev] [PATCH] mesa: change assert to unreachable in two format functions
This fixes two problems reported by osc: I: Program returns random data in a function E: Mesa no-return-in-nonvoid-function ../../src/mesa/main/format_utils.c:180 E: Mesa no-return-in-nonvoid-function ../../src/mesa/main/glformats.c:2714 Signed-off-by: Tobias Klausmann --- src/mesa/main/format_u