Commit 5c76ecd
committed
Resolve compiler warnings (C4456, C4189, C4100)
- MainWindow.McpRoutes.cpp:191 rename inner 'first' -> 'firstField' (shadowed outer 'first' from properties loop).
- MainWindow.McpRoutes.cpp:1039 remove unused 'slashPos' (path parsing fell back to stoi-on-stripped without the slash split).
- MainWindow.xaml.cpp click handler: drop unused 'imgDipX'/'imgDipY' locals (only normX/normY used downstream).
- MainWindow.xaml.cpp OnPreviewPointerPressed: drop unused 'isPixelTraceTab' local.
- MainWindow.xaml.cpp OnPreviewPointerMoved: mark unused 'sender' parameter.1 parent 8d10fa9 commit 5c76ecd
2 files changed
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
| 195 | + | |
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
| |||
1036 | 1037 | | |
1037 | 1038 | | |
1038 | 1039 | | |
1039 | | - | |
1040 | 1040 | | |
1041 | 1041 | | |
1042 | 1042 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2273 | 2273 | | |
2274 | 2274 | | |
2275 | 2275 | | |
2276 | | - | |
2277 | | - | |
2278 | 2276 | | |
2279 | 2277 | | |
2280 | 2278 | | |
| |||
2375 | 2373 | | |
2376 | 2374 | | |
2377 | 2375 | | |
2378 | | - | |
2379 | 2376 | | |
2380 | | - | |
| 2377 | + | |
2381 | 2378 | | |
2382 | 2379 | | |
2383 | 2380 | | |
| |||
2694 | 2691 | | |
2695 | 2692 | | |
2696 | 2693 | | |
2697 | | - | |
| 2694 | + | |
2698 | 2695 | | |
2699 | 2696 | | |
2700 | 2697 | | |
| |||
0 commit comments