Skip to content

Conversation

@erayhanoglu
Copy link

No description provided.

bcc64 produces a warning for fprintf methods, that uses PRIi64 specifier.
"[bcc64 Warning] j2k.c(9454): invalid conversion specifier 'I'"
This modification fixes the warning.
This fix is needed to compile with non windows c++ builder compilers


#if defined(WIN32) && !defined(Windows95) && !defined(__BORLANDC__) && \
#if defined(WIN32) && !defined(Windows95) && !defined(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This !defined( newline ) seems erroneous

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.

2 participants