summaryrefslogtreecommitdiffstats
path: root/src/core/nic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nic.c')
-rw-r--r--src/core/nic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nic.c b/src/core/nic.c
index b8ce252b4..8b9d64d12 100644
--- a/src/core/nic.c
+++ b/src/core/nic.c
@@ -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;
}