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

OESS-168: Remove clang warnings. #1146

Merged
merged 1 commit into from
Nov 2, 2021
Merged

Conversation

hyoklee
Copy link
Member

@hyoklee hyoklee commented Oct 28, 2021

This will remove the following warning:

tvlstr.c:296:72: warning: format specifies type 'void *' but the argument has type
      'char *' [-Wformat-pedantic]
            TestErrPrintf("VL doesn't match!, rdata[%d]=%p\n", (int)i, rdata[i]);
                                                        ~~             ^~~~~~~~
                                                        %s

@lrknox lrknox merged commit 60ed6c0 into HDFGroup:develop Nov 2, 2021
hyoklee added a commit to hyoklee/hdf5 that referenced this pull request Nov 13, 2021
lrknox pushed a commit that referenced this pull request Nov 13, 2021
* TRILAB-266: Remove clang warnings in src/H5Zscaleoffset.c. (PR #1105)

* Committing clang-format changes

* TRILAB-266: Remove clang warnings in H5private.h and uthash.h. (PR #1124)

* TRILAB-266: Remove clang warnings in H5FDcore.c. (PR #1127)

* Committing clang-format changes

* TRILAB-266: Remove clang warnings in test/testmeta.c. (PR #1135)

* TRILAB-266: Remove clang warnings in test/swmr.c. (PR #1136)

* TRILAB-266: Remove clang warnings in test/cork.c. (PR #1137)

* Committing clang-format changes

* TRILAB-266: Remove clang warnings in test/cork.c. (PR #1146)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
@hyoklee hyoklee deleted the OESS-168-tvlstr.c branch July 14, 2022 21: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.

4 participants