diff options
Diffstat (limited to 'src/examples/authorization_example.c')
-rw-r--r-- | src/examples/authorization_example.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/examples/authorization_example.c b/src/examples/authorization_example.c index d7931471..d62973a2 100644 --- a/src/examples/authorization_example.c +++ b/src/examples/authorization_example.c | |||
@@ -53,6 +53,10 @@ ahc_echo (void *cls, | |||
53 | char *user; | 53 | char *user; |
54 | char *pass; | 54 | char *pass; |
55 | int fail; | 55 | int fail; |
56 | (void)url; /* Unused. Silent compiler warning. */ | ||
57 | (void)version; /* Unused. Silent compiler warning. */ | ||
58 | (void)upload_data; /* Unused. Silent compiler warning. */ | ||
59 | (void)upload_data_size; /* Unused. Silent compiler warning. */ | ||
56 | 60 | ||
57 | if (0 != strcmp (method, "GET")) | 61 | if (0 != strcmp (method, "GET")) |
58 | return MHD_NO; /* unexpected method */ | 62 | return MHD_NO; /* unexpected method */ |