../../../src/mesa/src/gallium/state_trackers/clover/api/memory.cpp:228:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
return clCreateImage(d_ctx, d_flags, format, &desc, host_ptr, r_errcode);
}
```
```
../../../src/mesa/src/gallium/state_trackers/clover/llvm/util.hpp:40:16: warning: local variable 'e' will be copied despite being thrown by name [-Wreturn-std-move]
fail(std::string &r_log, E &&e, const std::string &s) {
r_log += s;
- throw e;
+ throw std::move(e);
}
inline std::vector<std::string>
```
```
../../../src/mesa/src/gallium/state_trackers/clover/util/functional.hpp:269:17: warning: local variable 'it' will be copied despite being returned by name [-Wreturn-std-move]