Skip to content

Fix -Wattribute-alias warnings in mimalloc - #26942

Merged
sbc100 merged 1 commit into
emscripten-core:mainfrom
aheejin:attribute_alias2
May 13, 2026
Merged

Fix -Wattribute-alias warnings in mimalloc#26942
sbc100 merged 1 commit into
emscripten-core:mainfrom
aheejin:attribute_alias2

Conversation

@aheejin

@aheejin aheejin commented May 13, 2026

Copy link
Copy Markdown
Member

This fails for the same reason as #26934.
llvm/llvm-project#195550 added -Wattribute-alias, which warns on type mismatches between an alias and its aliased function.

I ran ./embuilder build ALL and confirmed there were no more -Wattribute-alias errors.

This fails for the same reason as emscripten-core#26934.
llvm/llvm-project#195550 added
`-Wattribute-alias`, which warns on type  mismatches between an alias
and its aliased function.

I tried `./embuilder build ALL` and check there was no more
`-Wattribute-alias` errors.
@aheejin
aheejin requested review from sbc100 and tlively May 13, 2026 19:58
@sbc100
sbc100 merged commit 89fc675 into emscripten-core:main May 13, 2026
11 of 15 checks passed
@aheejin
aheejin deleted the attribute_alias2 branch May 13, 2026 20:18
akoeplinger pushed a commit to dotnet/emscripten that referenced this pull request Jun 14, 2026
This fails for the same reason as emscripten-core#26934.
llvm/llvm-project#195550 added
`-Wattribute-alias`, which warns on type mismatches between an alias and
its aliased function.

I ran `./embuilder build ALL` and confirmed there were no more
`-Wattribute-alias` errors.

(cherry picked from commit 89fc675)
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.

3 participants