diff options
author | David Goulet <dgoulet@torproject.org> | 2023-07-24 09:44:06 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-07-24 09:44:42 -0400 |
commit | d6fd7d10352aae85ab5364efce6136b8b31108ca (patch) | |
tree | ab0268e9fc8921a7e94360e8b96bcea8ca2c6620 /changes/ticket40824 | |
parent | 3335829347e780a44751315402e878e6e5281242 (diff) | |
download | tor-d6fd7d10352aae85ab5364efce6136b8b31108ca.tar.gz tor-d6fd7d10352aae85ab5364efce6136b8b31108ca.zip |
Fix all -Werror=enum-int-mismatch warnings
Close #40824
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket40824')
-rw-r--r-- | changes/ticket40824 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40824 b/changes/ticket40824 new file mode 100644 index 0000000000..a4d389ddc2 --- /dev/null +++ b/changes/ticket40824 @@ -0,0 +1,4 @@ + o Minor bugfixes (compilation): + - Fix all -Werror=enum-int-mismatch warnings. No behavior change. Fixes bug + 40824; bugfix on 0.3.5.1-alpha. + |