clang doesn't implement it, and for GCC we've had to neuter it, so
setting it explicitly does not add any gain.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Yes. I've fixed a few places in the past, but more keep cropping up, and upstream code in linux from linuxkpi, iwlwifi, etc. is the source of some issues because Linux doesn't care about it either. I think clang will warn if you have redundant declarations that conflict.
Comment Actions
OK fine with me. I think it's worth noting what you mentioned above in the commit message.