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)
Oct 8 2024, 2:34 AM
Unknown Object (File)
Sep 19 2024, 8:55 AM
Unknown Object (File)
Sep 8 2024, 7:27 PM
Unknown Object (File)
Sep 8 2024, 1:04 AM
Unknown Object (File)
Jul 3 2024, 12:44 PM
Unknown Object (File)
Jul 2 2024, 3:40 AM
Unknown Object (File)
Jul 1 2024, 7:24 PM
Unknown Object (File)
Jan 3 2024, 1:11 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.