]> git.ipfire.org Git - thirdparty/tor.git/commit
Add some missing case values to please clang
authorNick Mathewson <nickm@torproject.org>
Thu, 28 Mar 2013 01:04:08 +0000 (21:04 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 28 Mar 2013 01:04:08 +0000 (21:04 -0400)
commit7f8098d2d0e719f3ea9e35a7f930477f8fc7682a
treede99b3bef74743c7e082e2c80145e074ec5a3d39
parent87d50d0617d89290ca263aa6f415e45a0c37a11a
Add some missing case values to please clang

It seems that some versions of clang that would prefer the
-Wswitch-enum compiler flag to warn about switch statements with
missing enum values, even if those switch statements have a
default.

Fixes bug 8598; bugfix on 0.2.4.10-alpha.
changes/bug8598 [new file with mode: 0644]
src/or/circuitbuild.c