diff options
author | David Goulet <dgoulet@torproject.org> | 2023-06-19 18:32:44 +0000 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-06-19 18:32:44 +0000 |
commit | 8286d88ed012789c56a6cab5c7c5f5c7625b4bc1 (patch) | |
tree | b8156f3a0b53e6c76ed1dfe2570cd763c9c855ef /changes | |
parent | 3cb6a690be60fcdab60130402ff88dcfc0657596 (diff) | |
parent | 45ee8a10e292510a22b37a2adac1426cfe339350 (diff) | |
download | tor-8286d88ed012789c56a6cab5c7c5f5c7625b4bc1.tar.gz tor-8286d88ed012789c56a6cab5c7c5f5c7625b4bc1.zip |
Merge branch 'ticket40773' into 'main'
Fix compilation error on older gcc versions and MSVC.
See merge request tpo/core/tor!717
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 |