From: Francis Dupont Date: Wed, 8 Jul 2015 13:52:28 +0000 (+0200) Subject: [3932] Ignored remove return status X-Git-Tag: trac4006_base~23^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc5f35e906352107a950d4b033c6b758c0e08ef5;p=thirdparty%2Fkea.git [3932] Ignored remove return status --- diff --git a/src/bin/dhcp4/tests/config_parser_unittest.cc b/src/bin/dhcp4/tests/config_parser_unittest.cc index 8465e50ff6..17c04482b8 100644 --- a/src/bin/dhcp4/tests/config_parser_unittest.cc +++ b/src/bin/dhcp4/tests/config_parser_unittest.cc @@ -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(remove(LOAD_MARKER_FILE)); + static_cast(remove(UNLOAD_MARKER_FILE)); }; /// @brief Returns an interface configuration used by the most of the