Page MenuHomeFreeBSD

ixl(4): Remove compile warning for unused function.
ClosedPublic

Authored by erj on Sep 23 2015, 12:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 8, 7:52 PM
Unknown Object (File)
Sun, May 3, 3:59 PM
Unknown Object (File)
Sun, May 3, 10:48 AM
Unknown Object (File)
Fri, May 1, 10:33 PM
Unknown Object (File)
Tue, Apr 28, 11:42 AM
Unknown Object (File)
Apr 14 2026, 8:31 PM
Unknown Object (File)
Apr 9 2026, 4:10 AM
Unknown Object (File)
Mar 23 2026, 12:11 AM
Subscribers

Details

Reviewers
gnn
sbruno
bz
rstone
adrian
Group Reviewers
Intel Networking
Summary

Submitted by @bz.

sys/dev/ixl/if_ixl.c:4377:1: warning: unused function 'ixl_debug_info' [-Wunused-function]
ixl_debug_info(SYSCTL_HANDLER_ARGS)
^

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 586
Build 586: arc lint + arc unit

Event Timeline

erj retitled this revision from to ixl(4): Remove compile warning for unused function..
erj updated this object.
erj edited the test plan for this revision. (Show Details)
erj added reviewers: bz, gnn, rstone, adrian.
erj set the repository for this revision to rS FreeBSD src repository - subversion.
erj added a subscriber: bz.
rstone edited edge metadata.
This revision is now accepted and ready to land.Sep 23 2015, 3:16 PM
sbruno added a reviewer: sbruno.
sbruno added a subscriber: sbruno.

You beat me to it.

Committed revision 289231.