mesa: replace _mesa_problem() with unreachable() in _mesa_light()
authorTimothy Arceri <tarceri@itsqueeze.com>
Tue, 9 May 2017 02:36:35 +0000 (12:36 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Tue, 16 May 2017 02:25:49 +0000 (12:25 +1000)
commit4c1664ff086fcb9fdb7e463d78252d1fbe5e1d5e
treed7ea7b1fe11d5856d8379fa8cf07c2e9256a7b57
parent59b9544fa751aa9559fe34f2e7af7b87d44440c9
mesa: replace _mesa_problem() with unreachable() in _mesa_light()

All drivers but the old nouveau dri driver return after this anyway.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/mesa/main/light.c