aboutsummaryrefslogtreecommitdiff
path: root/changes/clang_30_options
AgeCommit message (Collapse)Author
2012-01-07fold in some new changelog stanzasRoger Dingledine
2011-12-13Build with warnings and clang 3.0Sebastian Hahn
--enable-gcc-warnings enables two warnings that clang doesn't support, so the build fails. We had hoped clang 3.0 would add those, but it didn't, so let's just always disable those warnings when building with clang. We can still fix it later once they add support