Page MenuHomeFreeBSD

net/realtek-re-kmod: Use C89 function declarations.
ClosedPublic

Authored by jhb on May 20 2023, 12:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 4, 5:14 AM
Unknown Object (File)
Fri, Oct 24, 11:40 AM
Unknown Object (File)
Thu, Oct 23, 12:44 AM
Unknown Object (File)
Oct 13 2025, 11:12 PM
Unknown Object (File)
Oct 13 2025, 6:42 AM
Unknown Object (File)
Oct 10 2025, 1:25 AM
Unknown Object (File)
Oct 8 2025, 6:17 PM
Unknown Object (File)
Oct 4 2025, 1:47 AM
Subscribers

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.May 20 2023, 12:52 AM

Just to know, is this required by a compiler update?

In D40171#915122, @ale wrote:

Just to know, is this required by a compiler update?

I'm planning on turning on a warning in clang 15 that is currently muted for the kernel that this trips up.

Actually, my bad, I already enabled the warning for this in main. I have another warning I'm enabling and the exp-run for the second warning found this breakage from the first (I guess the module was broken for some other reason at the time I ran the earlier exp-run).

This revision was not accepted when it landed; it landed in state Needs Review.May 23 2023, 6:35 AM
This revision was automatically updated to reflect the committed changes.