Added suppression for warnings about unused parameters in 'publish<Type E>()' func #1141

Closed
inobelar wants to merge 2 commits from patch-1 into main
inobelar commented 2022-04-13 15:52:42 -07:00 (Migrated from github.com)
No description provided.
facebook-github-bot commented 2022-04-13 15:52:46 -07:00 (Migrated from github.com)

Hi @inobelar!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

Hi @inobelar! Thank you for your pull request and welcome to our community. # Action Required In order to merge **any pull request** (code, docs, etc.), we **require** contributors to sign our **Contributor License Agreement**, and we don't seem to have one on file for you. # Process In order for us to review and merge your suggested changes, please sign at <https://code.facebook.com/cla>. **If you are contributing on behalf of someone else (eg your employer)**, the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the **pull request will be tagged** with `CLA signed`. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it. If you have received this in error or have any questions, please contact us at [cla@fb.com](mailto:cla@fb.com?subject=CLA%20for%20facebook%2Fyoga%20%231141). Thanks!
facebook-github-bot commented 2022-04-13 17:37:04 -07:00 (Migrated from github.com)

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!
facebook-github-bot commented 2022-04-13 17:53:54 -07:00 (Migrated from github.com)

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!
NickGerleman (Migrated from github.com) approved these changes 2022-10-03 09:03:51 -07:00
NickGerleman (Migrated from github.com) left a comment

LGTM

As a nit [[maybe_unused]] might be a clearer way to do the same thing.

Edit: [[maybe_unused]] is part of C++ 17 and Yoga targets C++ 11 right now, so this wouldn't work yet.

LGTM As a nit `[[maybe_unused]]` might be a clearer way to do the same thing. _Edit: `[[maybe_unused]]` is part of C++ 17 and Yoga targets C++ 11 right now, so this wouldn't work yet._
facebook-github-bot commented 2022-10-03 09:04:33 -07:00 (Migrated from github.com)

@NickGerleman has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@NickGerleman has imported this pull request. If you are a Meta employee, you can view this diff [on Phabricator](https://www.internalfb.com/diff/D40025354).

Pull request closed

Sign in to join this conversation.
No description provided.