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

Use of deprecated C function prototype style #1822

Open
stuartmorgan opened this issue Dec 17, 2024 · 0 comments · May be fixed by #1835
Open

Use of deprecated C function prototype style #1822

stuartmorgan opened this issue Dec 17, 2024 · 0 comments · May be fixed by #1835
Labels
lang-objective_c Related to Objective C support package:objective_c

Comments

@stuartmorgan
Copy link

Building a project that includes objective_c has a bunch of warnings about the use of non-C-standard function prototypes for no-argument functions:

should have (void) rather than ().

@liamappelbe liamappelbe added this to the ffigen 17.0.0 (2025 Q1) milestone Dec 18, 2024
@liamappelbe liamappelbe added the lang-objective_c Related to Objective C support label Dec 18, 2024
@liamappelbe liamappelbe linked a pull request Dec 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang-objective_c Related to Objective C support package:objective_c
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

2 participants