mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
ccdbbae4ec
We're getting "fallback annotation annotation in unreachable code" warnings when we build with ALL_BUGS_ARE_FATAL. This patch fixes that. Fixes bug 40241. Bugfix on 0.3.5.4-alpha.
5 lines
230 B
Plaintext
5 lines
230 B
Plaintext
o Minor bugfixes (compilation):
|
|
- Fix a compilation warning about unreachable fallthrough annotations
|
|
when building with "--enable-all-bugs-are-fatal" on some compilers.
|
|
Fixes bug 40241; bugfix on 0.3.5.4-alpha.
|