diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-06 17:10:01 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-06 17:10:01 (GMT) |
commit | 36880eba05af847a2d3263eb72c69b0a1324b66e (patch) | |
tree | f314627deffd0286d6a7cf9eb1d024cef63e403f /Utilities | |
parent | fbc894b646560a63f14b5a3feffbd31f5dd6fdd4 (diff) | |
download | CMake-36880eba05af847a2d3263eb72c69b0a1324b66e.zip CMake-36880eba05af847a2d3263eb72c69b0a1324b66e.tar.gz CMake-36880eba05af847a2d3263eb72c69b0a1324b66e.tar.bz2 |
COMP: Try to remove warnings on windows
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/cmxmlrpc/linklist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmxmlrpc/linklist.h b/Utilities/cmxmlrpc/linklist.h index f6f2641..b07be84 100644 --- a/Utilities/cmxmlrpc/linklist.h +++ b/Utilities/cmxmlrpc/linklist.h @@ -159,7 +159,7 @@ list_remove_tail(struct list_head * const anchorP) { static __inline__ void * list_foreach(struct list_head * const anchorP, - void * functionP(struct list_head *, void *), + void * functionP(struct list_head * const, void * const), void * const context) { struct list_head * p; |