mirror of
https://github.com/zebrajr/node.git
synced 2025-12-07 12:20:50 +01:00
```
warning log:
../test/cctest/test_environment.cc: In constructor \
‘RedirectStdErr::RedirectStdErr(const char*)’:
../test/cctest/test_environment.cc:77:12: warning: \
ignoring return value of ‘FILE* freopen(const char*, \
const char*, FILE*)’, declared with attribute
warn_unused_result [-Wunused-result]
freopen(filename_, "w", stderr);
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
```
PR-URL: https://github.com/nodejs/node/pull/36846
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
|
||
|---|---|---|
| .. | ||
| gtest | ||
| node_test_fixture.cc | ||
| node_test_fixture.h | ||
| test_aliased_buffer.cc | ||
| test_base_object_ptr.cc | ||
| test_base64.cc | ||
| test_environment.cc | ||
| test_inspector_socket_server.cc | ||
| test_inspector_socket.cc | ||
| test_json_utils.cc | ||
| test_linked_binding.cc | ||
| test_node_crypto.cc | ||
| test_node_postmortem_metadata.cc | ||
| test_per_process.cc | ||
| test_platform.cc | ||
| test_quic_buffer.cc | ||
| test_quic_cid.cc | ||
| test_sockaddr.cc | ||
| test_traced_value.cc | ||
| test_url.cc | ||
| test_util.cc | ||