Commit 07fbc4a
Fix unused parameter warnings in StubErrorUtils.h (#56499)
Summary:
Fixed clang-diagnostic-unused-parameter warnings in StubErrorUtils.h by removing unused parameter names while keeping the types. This is a test stub file where the parameters are required by the JSI API but not used in the lambda function body.
---
> Generated by [RACER](https://www.internalfb.com/wiki/RACER_(Risk-Aware_Code_Editing_and_Refactoring)/), powered by [Confucius](https://www.internalfb.com/wiki/Confucius/Analect/Shared_Analects/Confucius_Code_Assist_(CCA)/)
[Session](https://www.internalfb.com/confucius?session_id=4e4747b6-3945-11f1-bb83-31e48279e63b&tab=Chat), [Trace](https://www.internalfb.com/confucius?session_id=4e4747b6-3945-11f1-bb83-31e48279e63b&tab=Trace)
Differential Revision: D1011103801 parent 68debb2 commit 07fbc4a
1 file changed
Lines changed: 1 addition & 2 deletions
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
0 commit comments