Files
mesa/src/compiler
Caio Marcelo de Oliveira Filho 0661480029 compiler/glsl: Fix warning about unused function
The helper check_node_type() is only used when DEBUG is set (in the
function below), but ASSERTED macro uses NDEBUG.  So just guard the
helper with #ifdef.  If we see more such cases we might consider a
ASSERTED-like macro for the DEBUG case.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2019-08-23 13:25:27 -07:00
..
2019-08-22 12:24:13 -07:00
2017-07-21 08:47:56 +03:00
2018-07-09 23:02:33 -07:00
2018-07-09 23:02:33 -07:00
2019-08-08 12:10:39 -05:00
2019-08-03 00:08:37 +00:00
2019-08-08 12:10:39 -05:00
2019-08-08 12:10:39 -05:00
2018-03-30 14:33:03 -06:00
2018-03-27 08:36:37 -04:00