mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:43:31 +03:00
Fixed some compiler warnings with gcc
This commit is contained in:
parent
91bc396178
commit
88513d2d1a
7 changed files with 15 additions and 13 deletions
|
|
@ -71,7 +71,7 @@ const char *serverlogfile=""; /* for a util.c function we don't use */
|
|||
int main(int argc, char *argv[])
|
||||
{
|
||||
int arg=1;
|
||||
char *host;
|
||||
const char *host = NULL;
|
||||
int rc;
|
||||
|
||||
while(argc>arg) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue