diff options
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()); |