diff options
| author | Daniel Bevenius <[email protected]> | 2022-09-23 13:29:33 +0200 |
|---|---|---|
| committer | Daniel Bevenius <[email protected]> | 2022-09-26 14:08:50 +0200 |
| commit | 9962db4ecf227792d777ff0bc91d9e4d50d24f85 (patch) | |
| tree | 2358d183ffb04132695f8f478b18df392d634e60 /examples | |
| parent | 79a9a4eb9898b4e56544f78729b6e8960c884960 (diff) | |
Suppress compiler warnings
This commit adds the allow(unused) attribute to functions and constants
that are not currently used. There is one warning remaining but
https://github.com/embassy-rs/cyw43/pull/23 attempts to address that
one. The constants have been moved into a module to allow the attribute
to be applied to the module as a whole.
The motivation for this is that it will hopefully make it easier to
spot new warnings that might be introduced by new, or updated code.
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions
