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

misc: warnings clean up #7011

Merged
merged 3 commits into from
May 28, 2024
Merged

misc: warnings clean up #7011

merged 3 commits into from
May 28, 2024

Conversation

hzhou
Copy link
Contributor

@hzhou hzhou commented May 22, 2024

Pull Request Description

  • Remove AC_PROG_CC_C99
  • s/AC_HELP_STRING/AS_HELP_STRING/ in test/mpi/configure.ac
  • Fix unused variables under ! HAVE_LIBFABRIC_NIC in ofi_nic.c

[skip warnings]

Author Checklist

  • Provide Description
    Particularly focus on why, not what. Reference background, issues, test failures, xfail entries, etc.
  • Commits Follow Good Practice
    Commits are self-contained and do not do two things at once.
    Commit message is of the form: module: short description
    Commit message explains what's in the commit.
  • Passes All Tests
    Whitespace checker. Warnings test. Additional tests via comments.
  • Contribution Agreement
    For non-Argonne authors, check contribution agreement.
    If necessary, request an explicit comment from your companies PR approval manager.

@hzhou
Copy link
Contributor Author

hzhou commented May 22, 2024

test:mpich/ch3/most
test:mpich/ch4/most

@hzhou hzhou requested a review from raffenet May 22, 2024 21:30
@hzhou
Copy link
Contributor Author

hzhou commented May 23, 2024

test:mpich/ch3/most

hzhou added 3 commits May 28, 2024 12:30
Since autoconf 2.70, AC_PROG_CC will enable c99 by default and will warn
about AC_PROG_CC_C99.
AC_HELP_STRING is deprecated since autoconf 2.70 and need be
replaced by AS_HELP_STRING.
Avoid leaving unused variables under !HAVE_LIBFABRIC_NIC.
@hzhou hzhou merged commit 6fe9b99 into pmodels:main May 28, 2024
4 checks passed
@hzhou hzhou deleted the 2405_warnings branch May 28, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants