Commit 5620b1b
Fix unused parameter warnings in conversions.h (facebook#56472)
Summary:
Pull Request resolved: facebook#56472
Fix clang-diagnostic-unused-parameter warnings by commenting out the unused 'context' parameter in two fromRawValue functions. This maintains API compatibility while resolving the lint warnings.
Changelog: [Internal]
Reviewed By: NickGerleman
Differential Revision: D101108449
fbshipit-source-id: 34da8573326c1ebc11dad01104f8857a21c0adc51 parent d2af787 commit 5620b1b
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments