mirror of
https://github.com/curl/curl.git
synced 2026-07-25 14:37:17 +03:00
examples
This commit is contained in:
parent
448874f680
commit
6ea0135213
9 changed files with 13 additions and 13 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