summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9b1d719)
raw | patch | inline | side by side (parent: 9b1d719)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 23 Apr 2016 09:52:02 +0000 (11:52 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 23 Apr 2016 09:52:02 +0000 (11:52 +0200) |
[src/daemon/utils_ignorelist.c:238]: (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
src/daemon/utils_ignorelist.c | patch | blob | history |
index 79824a67d4a9d32a19b5e27ebbbe135ad51130db..311cb07bf4c68c007ee9bde15d128dfa13e16d99 100644 (file)
}
sfree (il);
- il = NULL;
} /* void ignorelist_destroy (ignorelist_t *il) */
/*