Commit 2a4b38c
Fix unused parameter warnings in HostPlatformViewTraitsInitializer.h (#56491)
Summary:
Fixed clang-diagnostic-unused-parameter warnings in HostPlatformViewTraitsInitializer.h by commenting out unused parameter names while maintaining API compatibility.
Changes:
- `formsStackingContext`: Commented out unused 'props' parameter
- `formsView`: Commented out unused 'props' parameter
- `isKeyboardFocusable`: Already had parameter commented out correctly
Changelog: [Internal]
Reviewed By: zeyap
Differential Revision: D1011084341 parent 084456e commit 2a4b38c
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- packages/react-native/ReactCommon/react/renderer/components/view/platform/cxx/react/renderer/components/view
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments