projg2 / squashdelta

Create efficient deltas (patches) between two SquashFS images
BSD 2-Clause "Simplified" License
14 stars 8 forks source link

Re-arrange initializers in MMAPFile to match declaration #5

Closed zyga closed 3 years ago

zyga commented 3 years ago

The g++ 10 compiler issues a -Wreorder warning about the order of initializers not matching the order of fields in the structure, and that the initializers are re-ordered.

Signed-off-by: Zygmunt Krynicki me@zygoon.pl

mgorny commented 3 years ago

Thanks!