Skip to content

issue with non standard types: u_int32_t, u_int16_t #327

@pkleymonov-qnx

Description

@pkleymonov-qnx

With PR #324 non-standard C types were introduced.
it is u_int32_t, u_int16_t in methods such as USubscriptionUUriBuilder& USubscriptionUUriBuilder::setUEntityId(u_int32_t ue_id);

it is ok for gcc but it is not ok for QNX compiler like qcc.
It is not a part of the C standard.

Also at the end it casted to uint32_t
v1::UUri::set_ue_id(ue_id);

Better to use standard types like uint32_t

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions