mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
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.
4 lines
230 B
Text
4 lines
230 B
Text
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.
|