Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
-Waddress-of-packed-member
in explode.c
explode.c: In function ‘libmpq__do_decompress_pkzip’: explode.c:542:73: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member] 542 | mpq_pkzip->in_bytes = mpq_pkzip->read_buf((char *)mpq_pkzip->in_buf, &mpq_pkzip->in_pos, mpq_pkzip->param);
- Loading branch information