diff options
author | Santiago Gimeno <santiago.gimeno@gmail.com> | 2022-12-10 19:36:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-10 19:36:46 +0100 |
commit | abf77a9eda3c83e74d8d0f60d77fe00cb888908b (patch) | |
tree | 7b5b0bc6ecc7db6f5b748813d72fa4b3825f9a81 /test/run-tests.c | |
parent | 75d9411e803dea5363bfdc223f1f284b8cf3dec3 (diff) | |
download | libuv-abf77a9eda3c83e74d8d0f60d77fe00cb888908b.tar.gz libuv-abf77a9eda3c83e74d8d0f60d77fe00cb888908b.zip |
test: fix some unreachable code warnings (#3851)
Diffstat (limited to 'test/run-tests.c')
-rw-r--r-- | test/run-tests.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/run-tests.c b/test/run-tests.c index 86b03599..d8cfe297 100644 --- a/test/run-tests.c +++ b/test/run-tests.c @@ -85,10 +85,6 @@ int main(int argc, char **argv) { fflush(stderr); return EXIT_FAILURE; } - -#ifndef __SUNPRO_C - return EXIT_SUCCESS; -#endif } |