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
Fix various errors when -Werror=pedantic flag is enabled:
Cast enum values to int to prevent errors like:
deps/tinycbor/src/cborconstants_p.h:47:31:\
error: ISO C restricts enumerator values to range of ‘int’\
[-Werror=pedantic]
MajorTypeMask = ~0U << MajorTypeShift,
"error: ISO C99 does not support" ‘Static_assert’
This effort is needed for RIOT port of iotivity-contrained
Bug-RIOT: RIOT-OS/RIOT#6241
Signed-off-by: Philippe Coval <[email protected]>
Signed-off-by: Thiago Macieira <[email protected]>
0 commit comments