diff options
author | rpj <rpj> | 2011-03-07 13:50:43 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-03-07 13:50:43 +0000 |
commit | 2c51bb3337275e134e8c40db6dd4eea9407c8bca (patch) | |
tree | 272b3c7662394932a6a095c3d083c15b2eef6d58 /ChangeLog | |
parent | 247469c6f6a16681491ac3ee213e57efcdda6153 (diff) |
Fix C++ exception throw warnings
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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>
|