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, Oct 17, 1:03 PM
Unknown Object (File)
Sat, Sep 20, 3:31 AM
Unknown Object (File)
Sep 9 2025, 5:16 AM
Unknown Object (File)
Sep 8 2025, 9:12 AM
Unknown Object (File)
Sep 8 2025, 4:22 AM
Unknown Object (File)
Aug 30 2025, 1:56 PM
Unknown Object (File)
Aug 30 2025, 1:19 PM
Unknown Object (File)
Aug 2 2025, 11:05 PM
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.