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

Eliminate conflicting type errors generated by GCC15 #306

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wcohen
Copy link
Contributor

@wcohen wcohen commented Jan 22, 2025

Recent PAPI compiles on Fedora rawhide (F42) fail because of "conflicting types" errors produced by GCC15. Proper arguments types have been added to _internal_hl_read_user_events function declaration in papi_hl.c and the typecasting in papi_vector.c.

Pull Request Description

Author Checklist

  • [x ] Description
    Why this PR exists. Reference all relevant information, including background, issues, test failures, etc
  • [ x] Commits
    Commits are self contained and only do one thing
    Commits have a header of the form: module: short description
    Commits have a body (whenever relevant) containing a detailed description of the addressed problem and its solution
  • [x ] Tests
    The PR needs to pass all the tests

Recent PAPI compiles on Fedora rawhide (F42) fail because of
"conflicting types" errors produced by GCC15.  Proper arguments types
have been added to _internal_hl_read_user_events function declaration
in papi_hl.c and the typecasting in papi_vector.c.
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.

1 participant