Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.

Fix ISO C99 make error#1

Open
octakarsono-shippit wants to merge 3 commits into
masterfrom
fix-iso-c99-make-error
Open

Fix ISO C99 make error#1
octakarsono-shippit wants to merge 3 commits into
masterfrom
fix-iso-c99-make-error

Conversation

@octakarsono-shippit
Copy link
Copy Markdown

@octakarsono-shippit octakarsono-shippit commented Feb 11, 2025

ext/semacode.c:61:3: error: call to undeclared function 'iec16022init'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]

The fix is to declare the function in the C header file so that it is recognized

ext/semacode.c:61:3: error: call to undeclared function 'iec16022init'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]

The fix is to declare the function in the C header file so that it is recognized
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant