Skip to content

kArInfiniteTimeout warning #9

@flit

Description

@flit

(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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions