Description: |
|
---|
Fix some new warnings in zephyr.
Review Request #457 — Created Jan. 26, 2021 and submitted
Information | |
---|---|
QuLogic | |
pidgin/pidgin | |
default | |
Reviewers | |
pidgin | |
- 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