Fix some new warnings in zephyr.
Review Request #457 — Created Jan. 26, 2021 and submitted — Latest diff uploaded
- The
ZSubscription_t
struct uses non-const pointers, but we aren't doing anything with them really, so just cast the things we're inserting. - The removed
zephyr
variable already exists higher up in the function.
Compile