]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix compilation under LLVM/clang with --enable-gcc-warnings
authorSteven Murdoch <Steven.Murdoch@cl.cam.ac.uk>
Wed, 9 Mar 2011 19:05:51 +0000 (19:05 +0000)
committerSebastian Hahn <sebastian@torproject.org>
Thu, 10 Mar 2011 00:54:43 +0000 (01:54 +0100)
commit56bdc844ba68ac0911efc7ad3398f1eafeaaac76
treea1bd1ca46d6bb419c083c0f752083a579c4e68f1
parent473ff2656355a796761e9eb5e15b30cd853c58b6
Fix compilation under LLVM/clang with --enable-gcc-warnings

- When compiling using clang (2.9 or lower) do not enable
  -Wnormalized=id or -Woverride-init when --enable-gcc-warnings
  or --enable-gcc-warnings-advisory is set as these options
  are unsupported.
configure.in