diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-12-16 17:49:41 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-12-16 17:49:41 -0500 |
commit | cefff11950d0b80de02bc956d5eb21ceeb81260c (patch) | |
tree | 532e1341d4dde2fb3e8a2c7c80a6b7a79bb84f10 /changes | |
parent | 562c974ee7913b09bc1b19e4674dea618f2c6328 (diff) | |
parent | bcca541da9f60d95fe7f0f7b3aa6ef4a8251b1e2 (diff) | |
download | tor-cefff11950d0b80de02bc956d5eb21ceeb81260c.tar.gz tor-cefff11950d0b80de02bc956d5eb21ceeb81260c.zip |
Merge remote-tracking branch 'sebastian/clang-3.0-fixes_022' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/clang_30_options | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/clang_30_options b/changes/clang_30_options new file mode 100644 index 0000000000..e8e34c8e3e --- /dev/null +++ b/changes/clang_30_options @@ -0,0 +1,5 @@ + o Code simplifications and refactoring: + - During configure, detect when we're building with clang version 3.0 or + lower and disable the -Wnormalized=id and -Woverride-init CFLAGS. + clang doesn't support them yet. + |