From e2c1ac214c0ae77282709b50fb9fbdde50dd7a1f Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 7 May 2021 10:39:20 -0400 Subject: Reindent a few lines to fix a GCC warning. As of GCC 11.1.1, the compiler warns us about code like this: if (a) b; c; and that's a good thing: we wouldn't want to "goto fail". But we had an instance if this in circuituse.c, which was making our compilation sad. Fixes bug 40380; bugfix on 0.3.0.1-alpha. --- changes/bug40380 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug40380 (limited to 'changes') diff --git a/changes/bug40380 b/changes/bug40380 new file mode 100644 index 0000000000..24d2876b7d --- /dev/null +++ b/changes/bug40380 @@ -0,0 +1,3 @@ + o Minor bugfixes (compiler warnings): + - Fix an indentation problem that led to a warning from GCC 11.1.1. + Fixes bug 40380; bugfix on 0.3.0.1-alpha. -- cgit v1.2.3-54-g00ecf