Skip to content

[Core] Fix: avoid extra ';' in macro causing massive warnings#6102

Open
courtecuisse wants to merge 1 commit intosofa-framework:masterfrom
courtecuisse:fix/sofa-warning-cleanup
Open

[Core] Fix: avoid extra ';' in macro causing massive warnings#6102
courtecuisse wants to merge 1 commit intosofa-framework:masterfrom
courtecuisse:fix/sofa-warning-cleanup

Conversation

@courtecuisse
Copy link
Copy Markdown
Contributor

Move deprecated BaseObject alias inside SOFA_ABSTRACT_CLASS_DECL to avoid emitting an extra semicolon, which was triggering thousands of compiler warnings.

No behavior change, only warning cleanup.


By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).


Reviewers will merge this pull-request only if

  • it builds with SUCCESS for all platforms on the CI.
  • it does not generate new warnings.
  • it does not generate new unit test failures.
  • it does not generate new scene test failures.
  • it does not break API compatibility.
  • it is more than 1 week old (or has fast-merge label).

@hugtalbot hugtalbot added pr: fix Fix a bug pr: status to review To notify reviewers to review this pull-request pr: fast merge Minor change that can be merged without waiting for the 7 review days labels May 4, 2026
Move deprecated BaseObject alias inside SOFA_ABSTRACT_CLASS_DECL to
avoid emitting an extra semicolon, which was triggering thousands of
compiler warnings.

No behavior change, only warning cleanup.
@fredroy fredroy force-pushed the fix/sofa-warning-cleanup branch from 4b33f9f to 7ba4972 Compare May 5, 2026 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: fast merge Minor change that can be merged without waiting for the 7 review days pr: fix Fix a bug pr: status to review To notify reviewers to review this pull-request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants