diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-21 19:18:54 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-21 19:18:54 +0000 |
commit | 64f38f217ae21eaa00b48749353dad62cfcb72c6 (patch) | |
tree | 5e5c283d2389732959cd3eeb4ca499a25ed7b902 /ChangeLog | |
parent | e207dc00a927704a004dfae84beda818f24b6c14 (diff) | |
download | tor-64f38f217ae21eaa00b48749353dad62cfcb72c6.tar.gz tor-64f38f217ae21eaa00b48749353dad62cfcb72c6.zip |
r19003@catbus: nickm | 2008-03-21 15:13:57 -0400
Make --enable-gcc-warnings work under the recently released GCC 4.3.
svn:r14149
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ Changes in version 0.2.1.1-alpha - 2008-??-?? to avoid unused RAM in buffer chunks and memory pools. - Downgrade "sslv3 alert handshake failure" message to INFO. - Only log guard node status when guard node status has changed. + - Add a couple of extra warnings to --enable-gcc-warnings for GCC 4.3, + and stop using a warning that had become unfixably verbose under GCC + 4.3. o Code simplifications and refactoring: - Refactor code using connection_ap_handshake_attach_circuit() to |