Commit 1d457e1
menu_setting: silence two warnings from the consolidation work
Two warnings, no behaviour change. In the video builder the
adaptive-vsync row is guarded by a driver-flag test and the
frame-delay row that follows is not, but the ADD_DESC conversion
left the latter indented as if it were - the compiler correctly
flagged the misleading indentation. The frame-delay rows are
unconditional, confirmed against the displaylist dump, so the fix
is purely to dedent them to their real nesting.
The descriptor registry and its lookup exist only to feed the
validation referee, so outside a validation build settings_master_find
was defined but unused. Both the registry and the finder now sit
under the same RETROARCH_VALIDATION_DUMPS guard as their only
caller, which also keeps them out of release binaries entirely -
they were never meant to cost release size. Dumps byte-identical,
referee unchanged.1 parent 6b5cf43 commit 1d457e1
1 file changed
Lines changed: 4 additions & 2 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14342 | 14342 | | |
14343 | 14343 | | |
14344 | 14344 | | |
14345 | | - | |
| 14345 | + | |
14346 | 14346 | | |
14347 | | - | |
| 14347 | + | |
14348 | 14348 | | |
14349 | 14349 | | |
14350 | 14350 | | |
| |||
17639 | 17639 | | |
17640 | 17640 | | |
17641 | 17641 | | |
| 17642 | + | |
17642 | 17643 | | |
17643 | 17644 | | |
17644 | 17645 | | |
| |||
18162 | 18163 | | |
18163 | 18164 | | |
18164 | 18165 | | |
| 18166 | + | |
18165 | 18167 | | |
18166 | 18168 | | |
18167 | 18169 | | |
| |||
0 commit comments