mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:13:33 +03:00
parent
24badd29f5
commit
49145249be
55 changed files with 128 additions and 129 deletions
|
|
@ -72,7 +72,7 @@ int main(int argc, char **argv)
|
|||
{
|
||||
pthread_t tid[NUMT];
|
||||
int i;
|
||||
(void)argc; /* we do not use any arguments in this example */
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
|
||||
/* Must initialize libcurl before any threads are started */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue