djcsdy / swfmill

Generate or decompile Adobe Flash SWF files using an XML dialect. Inspect and modify the XML by hand, or by using a built in XSLT processor.
http://www.swfmill.org/
GNU General Public License v2.0
131 stars 28 forks source link

Fix compilation error with GCC 6 #39

Closed CyberShadow closed 7 years ago

CyberShadow commented 8 years ago

Resolves:

swft/swft_import_jpeg.cpp:13:56: error: narrowing conversion of ‘255’ from ‘int’ to ‘char’ inside { } [-Wnarrowing]
djcsdy commented 7 years ago

Thanks! Sorry I didn’t pick this up sooner.