diff options
author | Rob Clark <[email protected]> | 2016-02-16 13:18:44 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-02-18 17:10:55 -0500 |
commit | e2060aaf57f4146b1a0faec55f5f2e45190d427e (patch) | |
tree | ec1cf03d7d12a892d67a9c488886404b715004f6 /doxygen | |
parent | a13442ac6764608da6639f489be0ad89d81b1867 (diff) |
i965: fix new gcc6 warnings
src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp:244:1: warning:
‘void {anonymous}::fs_copy_prop_dataflow::dump_block_data() const’ defined but not used [-Wunused-function]
fs_copy_prop_dataflow::dump_block_data() const
^~~~~~~~~~~~~~~~~~~~~
From looking at git history, it looks like this is intended to be unused
(ie. just for adding on-demand debug prints)
Signed-off-by: Rob Clark <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'doxygen')
0 files changed, 0 insertions, 0 deletions