Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-10-23 14:17:29 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-10-23 14:17:29 +0400
commita94555ec0f78ebd0a5a315211e3d44f6b6e77df5 (patch)
tree13230061e1712ba15b59c0c91bc523dce41a98cf /winsup/cygwin/ChangeLog
parentcdc5dd85f143b905bda94cdc2b165407c483947a (diff)
* thread.h (List_insert): Cast first parameter in
InterlockedCompareExchangePointer call to avoid compiler warnings. (List_remove): Ditto.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ad74f7ea0..9a8c4380e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,9 @@
+2012-10-23 Corinna Vinschen <corinna@vinschen.de>
+
+ * thread.h (List_insert): Cast first parameter in
+ InterlockedCompareExchangePointer call to avoid compiler warnings.
+ (List_remove): Ditto.
+
2012-10-22 Corinna Vinschen <corinna@vinschen.de>
* winbase.h: Remove.