mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
7f8098d2d0
It seems that some versions of clang that would prefer the -Wswitch-enum compiler flag to warn about switch statements with missing enum values, even if those switch statements have a default. Fixes bug 8598; bugfix on 0.2.4.10-alpha.
7 lines
300 B
Plaintext
7 lines
300 B
Plaintext
o Bugfixes:
|
|
- Fix compilation warning with some versions of clang that would prefer
|
|
the -Wswitch-enum compiler flag to warn about switch statements with
|
|
missing enum values, even if those switch statements have a default:
|
|
statement. Fixes bug 8598; bugfix on 0.2.4.10-alpha.
|
|
|