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

More warning fixes #400

Merged
merged 17 commits into from
Mar 4, 2021
Merged

More warning fixes #400

merged 17 commits into from
Mar 4, 2021

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    2704eac View commit details
    Browse the repository at this point in the history
  2. Fixed -Wformat warnings

    In one case also removed a `z` character. There was a `z%d` that I think was supposed to be `%zd`
    seanm committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    7ef185f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9c5b69 View commit details
    Browse the repository at this point in the history
  4. Fixed -Wself-assign warnings

    seanm committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    346f3e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1dd64ac View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Configuration menu
    Copy the full SHA
    2908093 View commit details
    Browse the repository at this point in the history
  2. Fixed -Wself-assign warnings

    seanm committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    f0ff3e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Merge branch 'more-warning-fixes' of https://github.com/seanm/hdf5 in…

    …to more-warning-fixes
    lrknox committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    4c2bf33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c255b2 View commit details
    Browse the repository at this point in the history
  3. Fixed -Wformat warnings

    In two cases also removed a `z` character. There was a `z%d` that was supposed to be `%zd`.
    seanm committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    1a880e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4db04d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    566ac73 View commit details
    Browse the repository at this point in the history
  6. Fixed -Wself-assign warnings

    seanm committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    2e8bb6d View commit details
    Browse the repository at this point in the history
  7. Merge branch 'more-warning-fixes' of https://github.com/seanm/hdf5 in…

    …to more-warning-fixes
    lrknox committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    59506ce View commit details
    Browse the repository at this point in the history
  8. Format source.

    lrknox committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    a294439 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    80a66d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1549670 View commit details
    Browse the repository at this point in the history