2
0
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:
Francis Dupont
2015-07-08 15:52:28 +02:00
parent 448e58859d
commit fc5f35e906

View File

@@ -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