diff options
| author | divinity76 <hans@loltek.net> | 2025-11-24 04:10:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-24 04:10:01 +0100 |
| commit | 89a364c8bb10f00c8583cbeb04234e9cbdc1a815 (patch) | |
| tree | 5919f75b0aed7e49bab4aa0f3505dee79c535a91 /src/SFileAttributes.cpp | |
| parent | 2aa6216c65ce68b88c46c0e4f12a38dc94c36b7a (diff) | |
silence -Wswitch-enum
compiling with clang, https://clang.llvm.org/docs/DiagnosticsReference.html#wswitch-enum
```
/home/hans/projects/StormLib/src/SFileOpenArchive.cpp:539:16: warning: 4 enumeration values not handled in switch: 'MapTypeNotChecked', 'MapTypeNotRecognized', 'MapTypeAviFile'... [-Wswitch]
switch(MapType)
^~~~~~~
1 warning generated.
```
Diffstat (limited to 'src/SFileAttributes.cpp')
0 files changed, 0 insertions, 0 deletions
