Building with clang warns:
tests/drivers/i2c/i2c_emul/src/test_forwarding_buf.cpp:20:32: error:
unused variable 'targets' [-Werror,-Wunused-const-variable]
constexpr const struct device *targets[FORWARD_COUNT] = {
^
Signed-off-by: Tom Hughes <tomhughes@chromium.org>
|
||
|---|---|---|
| .. | ||
| i2c_api | ||
| i2c_bme688 | ||
| i2c_emul | ||
| i2c_ram | ||
| i2c_target_api | ||
| i2c_tca954x | ||