diff options
author | Gabriela Moldovan <gabi@torproject.org> | 2023-06-05 15:03:39 +0100 |
---|---|---|
committer | Gabriela Moldovan <gabi@torproject.org> | 2023-06-05 15:03:39 +0100 |
commit | 45ee8a10e292510a22b37a2adac1426cfe339350 (patch) | |
tree | bb621a044333cf2f52a4eb45611778b0db6bf474 /changes | |
parent | d4f4fb6088cee8e577e28b52f0bd07b87d379ddc (diff) | |
download | tor-45ee8a10e292510a22b37a2adac1426cfe339350.tar.gz tor-45ee8a10e292510a22b37a2adac1426cfe339350.zip |
Fix compilation error on older gcc versions and MSVC.
This fixes an "initializer is not a constant" compilation error that manifests
itself on gcc versions < 8.1 and MSVC (see
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69960#c18).
Fixes bug #40773
Signed-off-by: Gabriela Moldovan <gabi@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40773 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40773 b/changes/ticket40773 new file mode 100644 index 0000000000..0f344220ea --- /dev/null +++ b/changes/ticket40773 @@ -0,0 +1,4 @@ + o Minor bugfixes (compilation): + - Fix "initializer is not a constant" compilation error that manifests + itself on gcc versions < 8.1 and MSVC. Fixes bug 40773; bugfix on + 0.4.8.1-alpha |