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