It' s been discussed on D13306 but never got committed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
usr.bin/find/option.c | ||
---|---|---|
45 | This looks fine, and matches what was discussed in D13306. The only weird edge case I can think of with it would be trying to build in a Linux chroot but with the FreeBSD clang compiler so FreeBSD is defined.... That's weird enough that I think we can safely allow that case not to work :) |
Comment Actions
In D13306 that was rejected because gcc6 didn't support it. However, time has marched on from then. If it's OK to use, then I'll land this review with that change.