summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2011-03-07 13:50:43 +0000
committerrpj <rpj>2011-03-07 13:50:43 +0000
commit2c51bb3337275e134e8c40db6dd4eea9407c8bca (patch)
tree272b3c7662394932a6a095c3d083c15b2eef6d58 /ChangeLog
parent247469c6f6a16681491ac3ee213e57efcdda6153 (diff)
Fix C++ exception throw warnings
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25efebe..ae308b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
* ptw32_threadStart.c (ptw32_threadStart): Routine no longer attempts
to pass [unexpected C++] exceptions out of scope but ends the thread
normally setting EINTR as the exit status.
+ * ptw32_throw.c: Fix C++ exception throwing warnings; ignore
+ informational warning.
+ * implement.h: Likewise with the corresponding header definition.
2011-03-04 Ross Johnson <ross.johnson at homemail.com.au>