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

Disable individual function generation #176

Open
g2p opened this issue Sep 15, 2017 · 1 comment
Open

Disable individual function generation #176

g2p opened this issue Sep 15, 2017 · 1 comment

Comments

@g2p
Copy link
Contributor

g2p commented Sep 15, 2017

With the default set of jbuilder warnings, non-public cstructs tend to generate fatal warnings because many functions are generated but not all of them are used.
Instead of annotating the cstruct with an [@@warning "-32"], @avsm suggested generating only a subset of functions.

@avsm
Copy link
Member

avsm commented Sep 15, 2017

I think we can extend the annotation syntax to select which set of functions to generate. This is better than generating the unused variable warning I think.

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

No branches or pull requests

2 participants