mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-03 07:45:20 +00:00
Fixed many compilation problems ("set, but not used" warnings) for
gcc 4.6 that may affect Ubuntu 11.10 users. [ISC-Bugs #27588]
This commit is contained in:
@@ -1000,6 +1000,9 @@ isc_result_t fallback_discard (object)
|
||||
log_error ("fallback_discard: %m");
|
||||
return ISC_R_UNEXPECTED;
|
||||
}
|
||||
#else
|
||||
/* ignore the fact that status value is never used */
|
||||
IGNORE_UNUSED(status);
|
||||
#endif
|
||||
return ISC_R_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user