blob: e31c8f3c74582d361004ca178c31be976fc80f9c (
plain)
1
2
3
4
5
6
|
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.
|