commit | acd6972bc65845aa28bd9f670dec84cbf8b760f3 | [log] [tgz] |
---|---|---|
author | Martin Kelly <[email protected]> | Thu Feb 07 09:01:24 2019 -0800 |
committer | James Price <[email protected]> | Mon Feb 18 09:37:16 2019 +0000 |
tree | 8c95f98363a607a027f3d0479069816068be5955 | |
parent | 484571366ccd7168114c288a68e32679d6e6c216 [diff] |
input_cl: fix GCC warning Currently with -Wall, GCC is throwing the following warning: warning: catching polymorphic type ‘class cl::Error’ by value [-Wcatch-value=]. Fix this by catching by reference instead.