GCC's own arm_neon.h triggers multiple warnings on both GCC 6 and GCC 9.
Details
Details
- Reviewers
emaste - Commits
- rS363849: Disable errors for -Wsystem-headers for GCC on aarch64.
- build a world with aarch64-gcc6
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I reworked this for GCC 9 to instead use -Wno-system-header since GCC 9 had other errors with arm_neon.h.