Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test-interface compilation error for MSVC x64 #526

Merged
merged 1 commit into from Sep 3, 2021

Conversation

OronDF343
Copy link
Contributor

Simply removing redundant % to fix the following warnings treated as error:

..\..\tools\test.c(329): error C2220: warning treated as error - no 'object' file generated
..\..\tools\test.c(329): warning C4477: 'printf' : format string '%d' requires an argument of type 'int', but variadic argument 1 has type 'const size_t'
..\..\tools\test.c(329): note: consider using '%zd' in the format string
..\..\tools\test.c(329): warning C4477: 'printf' : format string '%d' requires an argument of type 'int', but variadic argument 2 has type 'const size_t'
..\..\tools\test.c(329): note: consider using '%zd' in the format string

@jonsneyers
Copy link
Member

Thanks for the contribution!

Sorry for being so negligent/slow. The FLIF codec has been superseded by the JPEG XL codec, and I was too busy with jxl to keep an eye on the flif repo. Please consider moving any project that is using FLIF to use libjxl instead.

@jonsneyers jonsneyers merged commit e8cc6c1 into FLIF-hub:master Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants