diff options
author | lloyd <[email protected]> | 2011-12-02 14:15:01 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-12-02 14:15:01 +0000 |
commit | ef9a9e9022f5aba23fd4c0f4db0c07d02bf2ba38 (patch) | |
tree | 4f1edea7056eedcf4fcc139d6961ad9dc5d7cea3 /doc/log.txt | |
parent | 173a01fc66a9b7d76903e5134fc15d1bb3cb276c (diff) |
GCC doesn't like casting a function pointer to void* without an
explicit cast.
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index dfc49d90c..acce16410 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -23,6 +23,8 @@ Version 1.10.2, Not Yet Released * Add AltiVec detection for OpenBSD, contributed by Brad Smith (PR 162) +* Fixed a compilation problem of the dynamic loader hooks under MinGW GCC + * Don't set a soname on OpenBSD, as it doesn't support it (PR 158) * Fix a configure.py incompatability with the subprocess module |