lib/fetch: ignore -Wformat-nonliteral with clang.
This commit is contained in:
@ -93,6 +93,10 @@
|
||||
#include "common.h"
|
||||
#include "ftperr.h"
|
||||
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic ignored "-Wformat-nonliteral"
|
||||
#endif
|
||||
|
||||
#define FTP_ANONYMOUS_USER "anonymous"
|
||||
|
||||
#define FTP_CONNECTION_ALREADY_OPEN 125
|
||||
|
Reference in New Issue
Block a user