You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cbor.h: Add explicit casts to conversions from uint64_t to size_t
User code might have stronger warning settings than the ones we've used
so far. The explict casting will make the compiler not complain, as it
was clearly intentional.
This fixes#45.
Signed-off-by: Thiago Macieira <[email protected]>
0 commit comments