Files
zmk/app
Joel Spadin 7013158a67 fix: Fix warnings in nanopb encoding code (#2643)
The "arg" field on nanopb structs is a void* because it is shared
between the encode and decode callbacks, even though the encode
callback probably should not modify the data. We are passing const data
using this non-const pointer, which causes warnings about discarding
const. This commit explicitly casts to void* to suppress these warnings.
2024-12-11 15:00:48 -05:00
..
2023-04-24 16:07:04 -07:00
2023-04-24 16:07:04 -07:00
2024-02-09 14:32:46 -08:00
2024-12-04 14:26:12 -05:00