* Package: app-cdr/extract-xiso-2.7.1:0 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking extract-xiso-2.7.1.tar.gz to /var/tmp/portage/app-cdr/extract-xiso-2.7.1/work >>> Source unpacked in /var/tmp/portage/app-cdr/extract-xiso-2.7.1/work >>> Preparing source in /var/tmp/portage/app-cdr/extract-xiso-2.7.1/work/extract-xiso ... * Applying extract-xiso-2.7.1-headers.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-cdr/extract-xiso-2.7.1/work/extract-xiso ... >>> Source configured. >>> Compiling source in /var/tmp/portage/app-cdr/extract-xiso-2.7.1/work/extract-xiso ... clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 extract-xiso.c libftp-5.0.1.modified.by.in/FtpAbort.c libftp-5.0.1.modified.by.in/FtpArchie.c libftp-5.0.1.modified.by.in/FtpBye.c libftp-5.0.1.modified.by.in/FtpChmod.c libftp-5.0.1.modified.by.in/FtpClose.c libftp-5.0.1.modified.by.in/FtpCommand.c libftp-5.0.1.modified.by.in/FtpConnect.c libftp-5.0.1.modified.by.in/FtpCopy.c libftp-5.0.1.modified.by.in/FtpData.c libftp-5.0.1.modified.by.in/FtpDebug.c libftp-5.0.1.modified.by.in/FtpFilenameChecker.c libftp-5.0.1.modified.by.in/FtpFull.c libftp-5.0.1.modified.by.in/FtpGetHost.c libftp-5.0.1.modified.by.in/FtpGood.c libftp-5.0.1.modified.by.in/FtpHTTP.c libftp-5.0.1.modified.by.in/FtpIO.c libftp-5.0.1.modified.by.in/FtpInit.c libftp-5.0.1.modified.by.in/FtpLogin.c libftp-5.0.1.modified.by.in/FtpMessage.c libftp-5.0.1.modified.by.in/FtpMove.c libftp-5.0.1.modified.by.in/FtpOpenDir.c libftp-5.0.1.modified.by.in/FtpPasv.c libftp-5.0.1.modified.by.in/FtpPort.c libftp-5.0.1.modified.by.in/FtpPwd.c libftp-5.0.1.modified.by.in/FtpRetr.c libftp-5.0.1.modified.by.in/FtpSize.c libftp-5.0.1.modified.by.in/FtpStat.c libftp-5.0.1.modified.by.in/FtpStor.c libftp-5.0.1.modified.by.in/FtpSyst.c libftp-5.0.1.modified.by.in/FtpType.c libftp-5.0.1.modified.by.in/Ftp_etclib.c libftp-5.0.1.modified.by.in/Ftpfopen.c -o extract-xiso extract-xiso.c:26:2: warning: '/*' within block comment [-Wcomment] /* ^ extract-xiso.c:893:83: warning: for loop has empty body [-Wempty-body] ...strlen( p->name ); i >= 0 && p->name[ i ] != PATH_CHAR; --i ) ; ++i; ^ extract-xiso.c:893:83: note: put the semicolon on a separate line to silence this warning extract-xiso.c:1132:113: warning: for loop has empty body [-Wempty-body] ...>= in_root_directory && *iso_dir != PATH_CHAR; --iso_dir ) ; ++iso_dir; ^ extract-xiso.c:1132:113: note: put the semicolon on a separate line to silence this warning extract-xiso.c:1242:36: warning: unsequenced modification and access to 'i' [-Wunsequenced] ...= (int) (( XISO_FILE_MODULUS - pos % XISO_FILE_MODULUS ) % XISO_FILE_MODULUS) ) != i... ^ ~ extract-xiso.c:1291:81: warning: for loop has empty body [-Wempty-body] ...len ]; name >= in_xiso && *name != PATH_CHAR; --name ) ; ++name; ^ extract-xiso.c:1291:81: note: put the semicolon on a separate line to silence this warning extract-xiso.c:1307:41: warning: if statement has empty body [-Wempty-body] if ( ! err && mkdir( in_path, 0755 ) ); ^ extract-xiso.c:1307:41: note: put the semicolon on a separate line to silence this warning extract-xiso.c:1947:110: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] ...(traversal_callback) write_directory, (void *) in_context->xiso, k_prefi... ^~~~~~~~~~~~~~~~~~~~~~~~~ extract-xiso.c:2001:51: warning: unsequenced modification and access to 'i' [-Wunsequenced] ...buf, n - ( i = XISO_MEDIA_ENABLE_LENGTH - 1 ) ) != (int) n - i ) write_e... ^ ~ 8 warnings generated. libftp-5.0.1.modified.by.in/FtpAbort.c:18:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int] FtpAbort(FTP *ftp) ^ int libftp-5.0.1.modified.by.in/FtpAbort.c:35:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(ftp,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpAbort.c:35:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpAbort.c:21:13: warning: implicit conversion from 'int' to 'char' changes value from 255 to -1 [-Wconstant-conversion] char msgc=IAC; ~~~~ ^~~ /usr/include/arpa/telnet.h:38:13: note: expanded from macro 'IAC' #define IAC 255 /* interpret as command: */ ^~~ libftp-5.0.1.modified.by.in/FtpAbort.c:31:33: warning: implicit conversion from 'int' to 'char' changes value from 255 to -1 [-Wconstant-conversion] FtpPutc(ftp, FTPCMD(ftp), IAC); ~~~~~~~ ^~~ /usr/include/arpa/telnet.h:38:13: note: expanded from macro 'IAC' #define IAC 255 /* interpret as command: */ ^~~ libftp-5.0.1.modified.by.in/FtpAbort.c:32:33: warning: implicit conversion from 'int' to 'char' changes value from 244 to -12 [-Wconstant-conversion] FtpPutc(ftp, FTPCMD(ftp), IP); ~~~~~~~ ^~ /usr/include/arpa/telnet.h:49:12: note: expanded from macro 'IP' #define IP 244 /* interrupt process--permanently */ ^~~ libftp-5.0.1.modified.by.in/FtpAbort.c:37:33: warning: implicit conversion from 'int' to 'char' changes value from 242 to -14 [-Wconstant-conversion] FtpPutc(ftp, FTPCMD(ftp), DM); ~~~~~~~ ^~ /usr/include/arpa/telnet.h:51:12: note: expanded from macro 'DM' #define DM 242 /* data mark--for connect. cleaning */ ^~~ 6 warnings and 1 error generated. libftp-5.0.1.modified.by.in/FtpBye.c:20:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FtpAssert(ftp,FtpCommand(ftp,"QUIT",221,EOF)); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpBye.c:20:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ 2 warnings generated. libftp-5.0.1.modified.by.in/FtpClose.c:22:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FtpAssert(ftp,i=FtpGetMessage(ftp,S1)); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpClose.c:22:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpClose.c:24:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(ftp,-i); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpClose.c:24:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpClose.c:25:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(ftp,i); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpClose.c:25:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ 6 warnings generated. libftp-5.0.1.modified.by.in/FtpCommand.c:35:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpCommand.c:35:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpCommand.c:47:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpCommand.c:47:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpCommand.c:50:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpCommand.c:50:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpCommand.c:53:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,-i); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpCommand.c:53:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpCommand.c:55:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,i); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpCommand.c:55:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ 10 warnings generated. libftp-5.0.1.modified.by.in/FtpConnect.c:28:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT((*con),QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpConnect.c:28:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpConnect.c:36:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT((*con),QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpConnect.c:36:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpConnect.c:45:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT((*con),QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpConnect.c:45:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpConnect.c:52:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT((*con),QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpConnect.c:52:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpConnect.c:59:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT((*con),QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpConnect.c:59:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpConnect.c:63:14: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT((*con),-x); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpConnect.c:63:14: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpConnect.c:75:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT((*con),x); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpConnect.c:75:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ 14 warnings generated. libftp-5.0.1.modified.by.in/FtpCopy.c:31:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FtpAssert(ftp1,FtpData(ftp1,"RETR %s",in,"r")); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpCopy.c:31:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpCopy.c:32:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FtpAssert(ftp2,FtpData(ftp2,"STOR %s",out,"w")); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpCopy.c:32:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpCopy.c:37:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(ftp2,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpCopy.c:37:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpCopy.c:40:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FtpAssert(ftp1,FtpClose(ftp1)); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpCopy.c:40:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpCopy.c:41:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FtpAssert(ftp2,FtpClose(ftp2)); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpCopy.c:41:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ 10 warnings generated. libftp-5.0.1.modified.by.in/FtpData.c:29:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpData.c:29:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpData.c:32:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpData.c:32:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpData.c:41:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpData.c:41:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpData.c:47:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT ( con,QUIT ); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpData.c:47:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpData.c:55:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpData.c:55:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpData.c:61:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpData.c:61:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpData.c:67:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpData.c:67:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpData.c:73:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FtpAssert(con,FtpPort(con,CUT(a[0]),CUT(a[1]),CUT(a[2]),CUT(a[3]... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpData.c:73:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpData.c:82:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FtpAssert(con, i=FtpCommand ( con , command , file , 200, 120 , ... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpData.c:82:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpData.c:87:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpData.c:87:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ 20 warnings generated. libftp-5.0.1.modified.by.in/FtpDebug.c:19:10: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] STATUS FtpDebugDebug(), ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:307:9: note: conflicting prototype is here STATUS FtpDebugDebug ( FTP *con, int err_no, char * Message); ^ libftp-5.0.1.modified.by.in/FtpDebug.c:20:10: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] FtpDebugError(), ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:308:9: note: conflicting prototype is here STATUS FtpDebugError ( FTP *con, int err_no, char * Message); ^ libftp-5.0.1.modified.by.in/FtpDebug.c:21:10: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] FtpDebugIO(); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:309:9: note: conflicting prototype is here STATUS FtpDebugIO ( FTP *con, int err_no, char * Message); ^ libftp-5.0.1.modified.by.in/FtpDebug.c:77:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int] FtpHash(FTP *ftp, unsigned long chars) ^ int 3 warnings and 1 error generated. libftp-5.0.1.modified.by.in/FtpIO.c:65:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(ftp,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpIO.c:65:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpIO.c:70:36: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (ftp->hash!=NULL) (*ftp->hash)(ftp,1); ^ libftp-5.0.1.modified.by.in/FtpIO.c:84:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(ftp,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpIO.c:84:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpIO.c:87:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(ftp,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpIO.c:87:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpIO.c:89:36: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (ftp->hash!=NULL) (*ftp->hash)(ftp,1); ^ libftp-5.0.1.modified.by.in/FtpIO.c:104:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(ftp,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpIO.c:104:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpIO.c:108:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(ftp,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpIO.c:108:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpIO.c:110:48: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (ftp->hash!=NULL && rsize!=0) (*ftp->hash)(ftp,rsize); ^ libftp-5.0.1.modified.by.in/FtpIO.c:117:64: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ...( buffer2 = (char *) malloc( size ) ) == NULL ) return EXIT( ftp, LQUIT ); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpIO.c:117:64: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpIO.c:140:66: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ...= (char *) malloc( size * 2 ) ) == NULL ) return EXIT( ftp, QUIT ); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpIO.c:140:66: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpIO.c:169:49: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ( ! err && ftp->hash && wsize ) (*ftp->hash)( ftp, wsize ); ^ libftp-5.0.1.modified.by.in/FtpIO.c:173:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return err ? EXIT( ftp, QUIT ) : wsize; ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpIO.c:173:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ 20 warnings generated. libftp-5.0.1.modified.by.in/FtpLogin.c:21:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FtpAssert((*con),FtpConnect(con,host)); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpLogin.c:21:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpLogin.c:22:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FtpAssert((*con),FtpUser((*con),user)); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpLogin.c:22:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpLogin.c:28:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(((*con)),(*con)->err_no); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpLogin.c:28:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpLogin.c:29:7: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FtpAssert((*con),FtpAccount( (*con) , account )); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpLogin.c:29:7: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ 8 warnings generated. libftp-5.0.1.modified.by.in/FtpMessage.c:55:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpMessage.c:55:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpMessage.c:61:15: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*con->debug)(con,0,tmp); ^ libftp-5.0.1.modified.by.in/FtpMessage.c:70:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*con->debug)(con,n,Message); ^ libftp-5.0.1.modified.by.in/FtpMessage.c:89:73: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ...getdtablesize(), 0, &fds, 0, &ftp->timeout ) < 1 ) return EXIT( ftp, QUI... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpMessage.c:89:73: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpMessage.c:90:53: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ( send( fd, inMessage, len, 0 ) != len ) return EXIT( ftp, QUIT ); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpMessage.c:90:53: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpMessage.c:91:46: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ( send( fd, "\r\n", 2, 0 ) != 2 ) return EXIT( ftp, QUIT ); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpMessage.c:91:46: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpMessage.c:93:36: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ( ftp->hash != NULL ) ftp->hash( ftp, len ); ^ libftp-5.0.1.modified.by.in/FtpMessage.c:94:38: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ( ftp->debug != NULL ) ftp->debug( ftp, 0, inMessage ); ^ libftp-5.0.1.modified.by.in/FtpMessage.c:123:10: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int] static u = 0; ~~~~~~ ^ int 12 warnings and 1 error generated. libftp-5.0.1.modified.by.in/FtpPasv.c:56:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FtpAssert(ftp1,FtpLink(ftp1,ftp2)); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpPasv.c:56:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpPasv.c:61:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FtpAssert(ftp2,FtpCommand(ftp2,"STOR %s",f2, 200, 120 , 150 , 125 , 25... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpPasv.c:61:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpPasv.c:62:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FtpAssert(ftp1,FtpCommand(ftp1,"RETR %s",f1, 200, 120 , 150 , 125 , 25... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpPasv.c:62:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:139:56: note: expanded from macro 'FtpAssert' #define FtpAssert(ftp,what) if (FtpError(what)) return EXIT((ftp),(ftp)-... ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpPasv.c:78:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*(ftp1->error))(ftp1,QUIT,strerror( errno ) ); ^ libftp-5.0.1.modified.by.in/FtpPasv.c:80:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*(ftp2->error))(ftp1,QUIT,strerror( errno ) ); ^ 8 warnings generated. libftp-5.0.1.modified.by.in/FtpPort.c:29:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,-i); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpPort.c:29:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpPort.c:31:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,i); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpPort.c:31:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ 4 warnings generated. libftp-5.0.1.modified.by.in/FtpPwd.c:24:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (char *) EXIT(con,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpPwd.c:24:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpPwd.c:24:12: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] return (char *) EXIT(con,QUIT); ^~~~~~~~~~~~~~~~~~~~~~~ libftp-5.0.1.modified.by.in/FtpPwd.c:26:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (char *) EXIT(con,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpPwd.c:26:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpPwd.c:26:12: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] return (char *) EXIT(con,QUIT); ^~~~~~~~~~~~~~~~~~~~~~~ libftp-5.0.1.modified.by.in/FtpPwd.c:29:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (char *) EXIT(con,-i); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpPwd.c:29:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpPwd.c:29:12: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] return (char *) EXIT(con,-i); ^~~~~~~~~~~~~~~~~~~~~ 9 warnings generated. libftp-5.0.1.modified.by.in/FtpRetr.c:31:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,LQUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpRetr.c:31:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpRetr.c:37:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,LQUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpRetr.c:37:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpRetr.c:43:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (con->seek==0) return EXIT(con,con->err_no); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpRetr.c:43:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpRetr.c:50:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,con->err_no); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpRetr.c:50:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpRetr.c:54:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,LQUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpRetr.c:54:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpRetr.c:65:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,LQUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpRetr.c:65:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ 12 warnings generated. libftp-5.0.1.modified.by.in/FtpSize.c:26:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpSize.c:26:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpSize.c:28:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpSize.c:28:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ 4 warnings generated. libftp-5.0.1.modified.by.in/FtpStat.c:27:8: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int] static unix_parse(char *,FTP_STAT*); ~~~~~~ ^ int libftp-5.0.1.modified.by.in/FtpStat.c:28:8: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int] static vms_parse(char *,FTP_STAT*, FILE*); ~~~~~~ ^ int libftp-5.0.1.modified.by.in/FtpStat.c:29:8: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int] static vms_axp_parse(char *,FTP_STAT*); ~~~~~~ ^ int libftp-5.0.1.modified.by.in/FtpStat.c:30:8: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int] static msdos_parse(char *,FTP_STAT*); ~~~~~~ ^ int libftp-5.0.1.modified.by.in/FtpStat.c:52:48: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ( ( fd = mkstemp( tmp ) ) == -1 ) return EXIT( ftp, LQUIT ); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpStat.c:52:48: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpStat.c:69:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT( ftp, LQUIT ); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpStat.c:69:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpStat.c:83:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(ftp,LQUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpStat.c:83:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpStat.c:125:8: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int] static unix_parse(char *str, FTP_STAT *stat ) ~~~~~~ ^ int libftp-5.0.1.modified.by.in/FtpStat.c:213:8: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int] static vms_parse(char *str, FTP_STAT *stat, FILE *in) ~~~~~~ ^ int libftp-5.0.1.modified.by.in/FtpStat.c:308:8: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int] static vms_axp_parse(char *str, FTP_STAT *stat) ~~~~~~ ^ int libftp-5.0.1.modified.by.in/FtpStat.c:379:8: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int] static msdos_parse(char *str, FTP_STAT *stat) ~~~~~~ ^ int libftp-5.0.1.modified.by.in/FtpStat.c:388:24: warning: expression result unused [-Wunused-value] for (p=stat->name;*p;*p++) *p=tolower(*p); ^~~~ 7 warnings and 8 errors generated. libftp-5.0.1.modified.by.in/FtpStor.c:33:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (con->seek==0) return EXIT(con,con->err_no); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpStor.c:33:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpStor.c:37:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,con->err_no); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpStor.c:37:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpStor.c:42:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return EXIT(con,LQUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpStor.c:42:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ 6 warnings generated. libftp-5.0.1.modified.by.in/FtpSyst.c:24:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (char *) EXIT(con,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpSyst.c:24:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpSyst.c:24:12: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] return (char *) EXIT(con,QUIT); ^~~~~~~~~~~~~~~~~~~~~~~ libftp-5.0.1.modified.by.in/FtpSyst.c:26:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (char *) EXIT(con,QUIT); ^ libftp-5.0.1.modified.by.in/FtpLibrary.h:117:12: note: expanded from macro 'EXIT' con->IO( con, e, strerror( errno ) ) : 0... ^ libftp-5.0.1.modified.by.in/FtpSyst.c:26:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] libftp-5.0.1.modified.by.in/FtpLibrary.h:119:15: note: expanded from macro 'EXIT' con->error( con, e, FtpMessage( e ) ) : ... ^ libftp-5.0.1.modified.by.in/FtpSyst.c:26:12: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] return (char *) EXIT(con,QUIT); ^~~~~~~~~~~~~~~~~~~~~~~ 6 warnings generated. * ERROR: app-cdr/extract-xiso-2.7.1::gentoo failed (compile phase): * (no error message) * * Call stack: * ebuild.sh, line 122: Called src_compile * environment, line 1303: Called die * The specific snippet of code: * doit $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -D_GNU_SOURCE ${LDFLAGS} extract-xiso.c libftp-*/*.c -o extract-xiso || die * * If you need support, post the output of `emerge --info '=app-cdr/extract-xiso-2.7.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-cdr/extract-xiso-2.7.1::gentoo'`. * The complete build log is located at '/var/log/portage/app-cdr:extract-xiso-2.7.1:20221003-230953.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-cdr/extract-xiso-2.7.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-cdr/extract-xiso-2.7.1/temp/environment'. * Working directory: '/var/tmp/portage/app-cdr/extract-xiso-2.7.1/work/extract-xiso' * S: '/var/tmp/portage/app-cdr/extract-xiso-2.7.1/work/extract-xiso'