david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Avoid compiler warnings.

This commit is contained in:
Michael Brown 2005-04-13 00:19:01 +00:00
parent 266dae4034
commit 6e8878c1fa
1 changed files with 2 additions and 2 deletions

View 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;
}