mirror of
https://github.com/xcat2/xNBA.git
synced 2025-08-24 12:10:27 +00:00
Avoid compiler warnings.
This commit is contained in:
@@ -376,11 +376,11 @@ struct nic * nic_device ( struct dev *dev ) {
|
||||
|
||||
|
||||
|
||||
int dummy_connect ( struct nic *nic ) {
|
||||
int dummy_connect ( struct nic *nic __unused ) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
int dummy_irq ( struct nic *nic ) {
|
||||
int dummy_irq ( struct nic *nic __unused ) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user