소스 검색

COMP: Remove errors

Andy Cedilnik 19 년 전
부모
커밋
c944a60b17
3개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Utilities/cmcurl/Testing/ftpget.c
  2. 1 0
      Utilities/cmcurl/Testing/ftpgetresp.c
  3. 1 0
      Utilities/cmcurl/Testing/ftpupload.c

+ 1 - 0
Utilities/cmcurl/Testing/ftpget.c

@@ -11,6 +11,7 @@
 #include "curl/curl.h"
 #include "curl/types.h"
 #include "curl/easy.h"
+#include "setup.h"
 
 #include "testconfig.h"
 

+ 1 - 0
Utilities/cmcurl/Testing/ftpgetresp.c

@@ -34,6 +34,7 @@ int main(int argc, char **argv)
   CURLcode res;
   FILE *ftpfile;
   FILE *respfile;
+  (void)argc; (void)argv;
   
   /* local file name to store the file as */
   ftpfile = fopen(LIBCURL_BINARY_DIR "/Testing/ftpgetresp-list.txt", "wb"); /* b is binary, needed on win32 */

+ 1 - 0
Utilities/cmcurl/Testing/ftpupload.c

@@ -9,6 +9,7 @@
  */
 
 #include "curl/curl.h"
+#include "setup.h"
 
 #include <sys/types.h>
 #include <sys/stat.h>