curl/lib/vssh
Viktor Szakats 7c023c3f6e
libssh2: delete duplicate break
```
lib/vssh/libssh2.c:2495:7: warning: 'break' will never be executed [-Wunreachable-code-break]
      break;
      ^~~~~
```

CI did not catch it due to llvm skipping this check for all #included
files. It's designed this way to avoid performance issues and false
positive when checking headers:
https://github.com/llvm/llvm-project/issues/71046

Closes #15384
2024-10-23 19:36:04 +02:00
..
.checksrc lib: enable strerror and strncpy checksrc warnings in subdirs 2024-09-09 16:51:21 +02:00
curl_path.c libssh2: put the readdir buffers into struct 2024-10-16 11:55:47 +02:00
curl_path.h libssh2: put the readdir buffers into struct 2024-10-16 11:55:47 +02:00
libssh2.c libssh2: delete duplicate break 2024-10-23 19:36:04 +02:00
libssh.c libssh: use CURL_PATH_MAX instead of PATH_MAX 2024-10-16 16:27:59 +02:00
ssh.h libssh2: put the readdir buffers into struct 2024-10-16 11:55:47 +02:00
wolfssh.c lib: use bool/TRUE/FALSE properly 2024-10-03 09:31:56 +02:00