Skip to content

Avoid disabling warnings globally - #1363

Open
tobil4sk wants to merge 3 commits into
HaxeFoundation:masterfrom
tobil4sk:fix/cleanup-warnings
Open

Avoid disabling warnings globally#1363
tobil4sk wants to merge 3 commits into
HaxeFoundation:masterfrom
tobil4sk:fix/cleanup-warnings

Conversation

@tobil4sk

@tobil4sk tobil4sk commented Aug 3, 2026

Copy link
Copy Markdown
Member

Instead of disabling invalid-offsetof and return-type-c-linkage errors globally, we can just disable them for the offending regions. This simplifies maintenance of the toolchains and reduces the scope of the flags.

This is technically a breaking change, so show them for older api levels
Rather than disabling it globally in the build tool, we can just mark
the offending lines.
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