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

coding style and unused arguments #48

Open
richsalz opened this issue Apr 23, 2018 · 0 comments
Open

coding style and unused arguments #48

richsalz opened this issue Apr 23, 2018 · 0 comments

Comments

@richsalz
Copy link
Contributor

See openssl/openssl#2282

levitte added a commit to levitte/openssl-web that referenced this issue Apr 29, 2018
On the subject of function parameters, recommended choice is to have
the prototype match the function definition, including parameter
names.  For better clarity when the need arises, unused parameters may
be prefixed with 'unused_', but only in the function definition, not
the prototype.

Fixes openssl#48
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 a pull request may close this issue.

1 participant