]> granicus.if.org Git - libevent/commit
Add an assert to appease clang's static analyzer
authorSebastian Hahn <sebastian@torproject.org>
Sun, 10 Apr 2011 12:03:39 +0000 (14:03 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Sat, 23 Apr 2011 00:04:58 +0000 (02:04 +0200)
commitb0ff7eb5ce55679cf6b47088078563bf37fef1c9
treedb64a8a5d6d6b031269ddc58f54667ee794cb281
parent5208544edc9d17f9902429f837d277125d3d3ca4
Add an assert to appease clang's static analyzer

It got confused because in EVLOCK_ASSERT_LOCKED(lock) there is an if
(lock) check.
evthread.c