mirror of
https://github.com/curl/curl.git
synced 2026-07-27 14:38:57 +03:00
fix compiler warning
This commit is contained in:
parent
6e461e45c3
commit
048438345a
14 changed files with 111 additions and 16 deletions
|
|
@ -32,7 +32,8 @@ SOURCE \
|
|||
inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.c \
|
||||
strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c \
|
||||
socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c \
|
||||
curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c curl_threads.c
|
||||
curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c warnless.c \
|
||||
curl_threads.c
|
||||
|
||||
USERINCLUDE ../../../lib ../../../include/curl
|
||||
#ifdef ENABLE_SSL
|
||||
|
|
|
|||
|
|
@ -108,6 +108,7 @@ C_SRC += timeval.c
|
|||
C_SRC += transfer.c
|
||||
C_SRC += url.c
|
||||
C_SRC += version.c
|
||||
C_SRC += warnless.c
|
||||
|
||||
#######################################################################
|
||||
# Additions and overrides for gcc compiler flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue