From f5d7bcfdada973cc6875ff3cfd52147aba4f5b48 Mon Sep 17 00:00:00 2001 From: portix Date: Mon, 18 Feb 2013 22:23:56 +0100 Subject: Fixing some of the clang warnings --- src/soup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soup.c') diff --git a/src/soup.c b/src/soup.c index 0f75ba9a..f6c6f794 100644 --- a/src/soup.c +++ b/src/soup.c @@ -236,7 +236,7 @@ dwb_soup_test_cookie_allowed(GList *list, SoupCookie *cookie) DwbStatus dwb_soup_set_cookie_accept_policy(const char *policy) { - SoupCookieJarAcceptPolicy apo = 37; + int apo = 37; DwbStatus ret = STATUS_OK; if (policy == NULL || ! g_ascii_strcasecmp(policy, "always")) apo = SOUP_COOKIE_JAR_ACCEPT_ALWAYS; -- cgit v1.2.3