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

Silence some warnings #5125

Merged
merged 1 commit into from
Feb 14, 2025
Merged

Silence some warnings #5125

merged 1 commit into from
Feb 14, 2025

Conversation

asl
Copy link
Contributor

@asl asl commented Feb 13, 2025

  • missed overrides
  • lack of virtual distructors in the classes with virtual functions
  • mised CTAD guides Also, it seems that .hpp files somehow used old p4c coding style and were not updated. Fix is while there.

@asl asl requested review from vlstill and fruffy February 13, 2025 22:32
 - missed overrides
 - lack of virtual distructors in the classes with virtual functions
 - mised CTAD guides
Also, it seems that .hpp files somehow used old p4c coding style and
were not updated. Fix is while there.

Signed-off-by: Anton Korobeynikov <[email protected]>
@asl asl added this pull request to the merge queue Feb 14, 2025
Merged via the queue into p4lang:main with commit 1af5c6a Feb 14, 2025
19 checks passed
@asl asl deleted the warn-fixes branch February 14, 2025 08:58
@fruffy fruffy added the core Topics concerning the core segments of the compiler (frontend, midend, parser) label Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Topics concerning the core segments of the compiler (frontend, midend, parser)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants