]> granicus.if.org Git - libevent/commit
Don't do clang version detection when disabling some flags
authorSebastian Hahn <sebastian@torproject.org>
Tue, 13 Mar 2012 05:40:56 +0000 (06:40 +0100)
committerSebastian Hahn <sebastian@torproject.org>
Tue, 13 Mar 2012 05:43:02 +0000 (06:43 +0100)
commit083296bc27be80a9ef4e6c9ae998ad8c961480e5
treed245033b47f5b4f7ec58b645edd7d130ba3970ef
parentbec50680a31834619e66cb8b97edd6d5b5f15701
Don't do clang version detection when disabling some flags

When clang 2.9 was around we hoped they'd introduce support for the
normalized=id and override-init warnings by 3.0, but they haven't. We
should only add the version detection back in when clang actually
supports those warnings.
configure.in