mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
zlib: enumeration values not explicitly handled in switch warning
This commit is contained in:
parent
5ef4d6dbbb
commit
c523980d99
2 changed files with 6 additions and 1 deletions
|
@ -191,7 +191,8 @@ int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
|
|||
extra = lext;
|
||||
match = 257;
|
||||
break;
|
||||
default: /* DISTS */
|
||||
case DISTS:
|
||||
default:
|
||||
base = dbase;
|
||||
extra = dext;
|
||||
match = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue