diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:18:58 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:18:58 +0000 |
commit | 53a420fba21cf1644972b34dcd811a43cdb8368d (patch) | |
tree | 66a19f6f8b65215772549a51d688492ab8addc0d /test/support/filesystem_test_helper.hpp | |
parent | b50f1549701eb950921e5d6f2e55ba1a1dadbb43 (diff) |
Notes
Diffstat (limited to 'test/support/filesystem_test_helper.hpp')
-rw-r--r-- | test/support/filesystem_test_helper.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/support/filesystem_test_helper.hpp b/test/support/filesystem_test_helper.hpp index 7150f79739b61..c2e41fca09c87 100644 --- a/test/support/filesystem_test_helper.hpp +++ b/test/support/filesystem_test_helper.hpp @@ -230,6 +230,7 @@ private: // check that the fs test root in the enviroment matches what we were // compiled with. static bool checked = checkDynamicTestRoot(); + ((void)checked); std::string cmd = LIBCXX_FILESYSTEM_DYNAMIC_TEST_HELPER; cmd += " \"" + raw_cmd + "\""; int ret = std::system(cmd.c_str()); |