aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Bevenius <[email protected]>2022-09-23 13:29:33 +0200
committerDaniel Bevenius <[email protected]>2022-09-26 14:08:50 +0200
commit9962db4ecf227792d777ff0bc91d9e4d50d24f85 (patch)
tree2358d183ffb04132695f8f478b18df392d634e60 /examples
parent79a9a4eb9898b4e56544f78729b6e8960c884960 (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