]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Avoid compiler warnings.
authorMichael Brown <mcb30@etherboot.org>
Wed, 13 Apr 2005 00:19:01 +0000 (00:19 +0000)
committerMichael Brown <mcb30@etherboot.org>
Wed, 13 Apr 2005 00:19:01 +0000 (00:19 +0000)
src/core/nic.c

index b8ce252b4a7766850c39b9b3597767a2908f28ae..8b9d64d12ee4425dcf730d5d699f871a296fd10f 100644 (file)
@@ -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;
 }