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

[mono] Fix function prototype in jiterpreter #99492

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

akoeplinger
Copy link
Member

This causes a warning. Introduced in #99273.

  src/mono/mono/mini/interp/jiterpreter.c:1686:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  mono_jiterp_is_enabled () {
                         ^
                          void
  1 warning generated.

This causes a warning. Introduced in dotnet#99273.

```
  src/mono/mono/mini/interp/jiterpreter.c:1686:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  mono_jiterp_is_enabled () {
                         ^
                          void
  1 warning generated.
```
Copy link
Contributor

Tagging subscribers to this area: @BrzVlad, @kotlarmilos
See info in area-owners.md if you want to be subscribed.

@akoeplinger akoeplinger merged commit a566fd5 into dotnet:main Mar 10, 2024
33 of 36 checks passed
@akoeplinger akoeplinger deleted the fix-jiterpreter branch March 10, 2024 13:53
@kg
Copy link
Member

kg commented Mar 10, 2024

Thanks!

@Boxter187
Copy link

Thanks!

Wishing you all of the Best 🙏
More thanks for your efforts to getting through this carrier 🙏

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants