Skip to content
Snippets Groups Projects
Commit 862f4a2c authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Disable a few more warnings... the rest look useful.

parent 647d044c
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,10 @@
#include "sftp.h"
#ifdef _MSC_VER
#pragma warning(disable : 4244 4267 4018)
#endif
static const struct type_names {
const uint8_t type;
const char * const name;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment