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

Neoverse code cleanup for building with -DENABLE_WARNINGS=ON. #529

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

tpatki
Copy link
Member

@tpatki tpatki commented Mar 11, 2024

Description

Cleanup for -Werror-unused-parameter , need to figure out how far to propogate the change and check where to test with @amarathe84.

Fixes #526.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature/architecture support (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Build/CI update

How Has This Been Tested?

  • Juno r2
  • neoverse system?

Checklist:

  • I have run ./scripts/check-code-format.sh and confirm my code code follows the style guidelines of variorum
  • I have added comments in my code
  • My changes generate no new warnings (build with -DENABLE_WARNINGS=ON)
  • New and existing unit tests pass with my changes

Thank you for taking the time to contribute to Variorum!

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.

Check ARM Neoverse build with -DENABLE_WARNINGS=ON
2 participants