wdas / partio

C++ (with python bindings) library for easily reading/writing/manipulating common animation particle formats such as PDB, BGEO, PTC. https://wdas.github.io/partio
https://www.disneyanimation.com/open-source/partio/
Other
458 stars 133 forks source link

ZipFileHeader fileds overlap compiler warning #103

Open LevWi opened 2 years ago

LevWi commented 2 years ago

https://github.com/wdas/partio/blob/7cb3743c6e19c04ac049c05f8f81af2f24410ea3/src/lib/io/ZIP.cpp#L166

Hello! These variables are overlap ZipFileHeader fields with same name. Should ZipFileHeader::Read method use version,flags fields or local variables? If local variables need maybe better to rename these