Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce warning by changing type of NC_OBJ.id. #2781

Merged
merged 4 commits into from
Dec 19, 2023

Commits on Oct 25, 2023

  1. Reduce warning by changing type of NC_OBJ.id.

    re: Unidata#2780
    
    As noted in the above issue, changing the NC_OBJ.id field
    type from size_t to int reduces irrelevant warning.
    There is no semantic effect since the number of distinct ids
    will never approach the max positive integer value.
    Note that this could change in the future if the id becomes
    more than a simple counter.
    DennisHeimbigner committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    bef8cf0 View commit details
    Browse the repository at this point in the history
  2. Update release notes

    DennisHeimbigner committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9df7f8d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    b10ab54 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    1442762 View commit details
    Browse the repository at this point in the history