examples: fix compiler warnings

This commit is contained in:
Daniel Stenberg
2010-12-17 23:34:26 +01:00
parent 8219bc9e19
commit 9583b4af90
14 changed files with 25 additions and 19 deletions

View File

@@ -11,7 +11,7 @@
#include <unistd.h>
#include <curl/curl.h>
int main(int argc, char **argv)
int main(void)
{
CURL *curl;
CURLcode res;