summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-01-11 14:25:56 -0500
committerNick Mathewson <nickm@torproject.org>2021-01-11 14:25:56 -0500
commitccdbbae4eceb8f6c508b67d53d6242961bf2e6eb (patch)
treef25b78643775324222c9684b6f2c2c100c70648b /changes
parentfcae26adf710cf1fe393fde723e9a2caf6012b09 (diff)
downloadtor-ccdbbae4eceb8f6c508b67d53d6242961bf2e6eb.tar.gz
tor-ccdbbae4eceb8f6c508b67d53d6242961bf2e6eb.zip
Fix warnings in current debian-hardened CI.
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.
Diffstat (limited to 'changes')
-rw-r--r--changes/402414
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/40241 b/changes/40241
new file mode 100644
index 0000000000..c9b2e2c011
--- /dev/null
+++ b/changes/40241
@@ -0,0 +1,4 @@
+ 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.