(Issue reported by @diggit.)
There is one more warning:
./argon-rtos/include/argon/ar_kernel.h:54:26: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
kArInfiniteTimeout = 0xffffffffUL //!< Pass this value to wait forever to acquire a resource.
static const uint32_t kArInfiniteTimeout = 0xffffffffUL; would solve this warning, do/don't? (same would apply to kArNoTimeout for consistency
(Issue reported by @diggit.)
There is one more warning:
static const uint32_t kArInfiniteTimeout = 0xffffffffUL;would solve this warning, do/don't? (same would apply to kArNoTimeout for consistency