Adjust tor_assert_unreached()
commit796e36e535d1713fd1168772669199ea9189ba61
authorNick Mathewson <nickm@torproject.org>
Mon, 15 Oct 2018 14:46:24 +0000 (15 10:46 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 15 Oct 2018 14:46:26 +0000 (15 10:46 -0400)
tree5c852ff008e8cc48eccb96783786b906ae08d86e
parentdff7d3d00ad5e3f9e59cd4b11f302601790d1061
Adjust tor_assert_unreached()

This version of the macro makes it obvious to the compiler that
"tor_assert_unreached()" will always abort().
src/common/util_bug.h
src/or/hs_common.c