Page MenuHomeFreeBSD

less: Silence -Wdeprecated-non-prototype warnings.
ClosedPublic

Authored by jhb on Apr 12 2023, 3:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 5:42 PM
Unknown Object (File)
Mar 9 2024, 9:08 PM
Unknown Object (File)
Mar 9 2024, 9:08 PM
Unknown Object (File)
Mar 9 2024, 9:08 PM
Unknown Object (File)
Mar 9 2024, 8:55 PM
Unknown Object (File)
Dec 20 2023, 7:51 AM
Unknown Object (File)
Dec 12 2023, 12:17 PM
Unknown Object (File)
Nov 30 2023, 7:07 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Apr 12 2023, 3:33 PM
usr.bin/less/Makefile
22

This didn't work since it was before bsd.prog.mk. (And also, this is why this change can't be in Makefile.common instead)

I suspect we can get this addressed upstream with an issue or pull request at https://github.com/gwsw/less

This revision is now accepted and ready to land.Apr 13 2023, 2:04 PM