Skip to content

Conversation

@tony-hn
Copy link

@tony-hn tony-hn commented Oct 15, 2025

The default make target fails on GCC 15.2.1 because file ucryptoIS.c has old, K&R style prototypes, that do not list parameters. Newer versions of GCC require the parameters in a function prototype to match the arguments in calls to the function.

The default make target fails on GCC 15.2.1 because file ucryptoIS.c has old, K&R style prototypes, that do not list parameters. Newer versions of GCC require the parameters in a function prototype to match the arguments in calls to the function.
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.

1 participant