MFC after: 1 week
Reported by: bakul
Fixes: c5e79c7e93dd ("tunefs: Don't lower WARNS")
Details
Details
- Reviewers
bakul_iitbombay.org - Commits
- rG616f47f176c3: tunefs: Fix alignment warning on arm64
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Not sure why the compiler complained since it should know that indirbuf is a local, and it should know its own alignment logic for locals!
Comment Actions
This falls in the category of “probably ok with current compilers but technically not allowed”, I'll have a better patch tomorrow but at least the build is no longer broken.