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

[monodroid] Include enable_soft_breakpoints conditionally #1806

Conversation

radekdoulik
Copy link
Member

Noticed the following warning in the build
log. enable_soft_breakpoints function is called only when DEBUG is
defined. So make sure we don't compile it when DEBUG is not defined.

jni/monodroid-glue.c(2493,1): warning GF055929C: unused function 'enable_soft_breakpoints' [-Wunused-function] [/Users/rodo/git/xa2/src/monodroid/monodroid.csproj]

Noticed the following warning in the build
log. `enable_soft_breakpoints` function is called only when `DEBUG` is
defined. So make sure we don't compile it when DEBUG is not defined.

```
jni/monodroid-glue.c(2493,1): warning GF055929C: unused function 'enable_soft_breakpoints' [-Wunused-function] [/Users/rodo/git/xa2/src/monodroid/monodroid.csproj]
```
@radekdoulik radekdoulik requested a review from jonpryor June 11, 2018 21:06
@jonpryor jonpryor merged commit 3919704 into dotnet:master Jun 12, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2024
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.

2 participants