mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[3932] Ignored remove return status
This commit is contained in:
@@ -123,8 +123,8 @@ public:
|
|||||||
resetConfiguration();
|
resetConfiguration();
|
||||||
|
|
||||||
// ... and delete the hooks library marker files if present
|
// ... and delete the hooks library marker files if present
|
||||||
remove(LOAD_MARKER_FILE);
|
static_cast<void>(remove(LOAD_MARKER_FILE));
|
||||||
remove(UNLOAD_MARKER_FILE);
|
static_cast<void>(remove(UNLOAD_MARKER_FILE));
|
||||||
};
|
};
|
||||||
|
|
||||||
/// @brief Returns an interface configuration used by the most of the
|
/// @brief Returns an interface configuration used by the most of the
|
||||||
|
Reference in New Issue
Block a user