summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 58b80b5)
raw | patch | inline | side by side (parent: 58b80b5)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 23 Apr 2016 10:03:06 +0000 (12:03 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 23 Apr 2016 10:03:06 +0000 (12:03 +0200) |
list has local storage class
[src/curl_xml.c:173]: (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
[src/curl_xml.c:173]: (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
src/curl_xml.c | patch | blob | history |
diff --git a/src/curl_xml.c b/src/curl_xml.c
index 86cc87f79f5a019c3be2d3ec62da7c88b8f866bc..4948886b2771c93cd76f9ba912fc9ae5262c7dd2 100644 (file)
--- a/src/curl_xml.c
+++ b/src/curl_xml.c
}
llist_destroy (list);
- list = NULL;
} /* }}} void cx_list_free */
static void cx_free (void *arg) /* {{{ */