Skip to content

Fix MSVC warning C4101#217

Merged
mdavidsaver merged 1 commit intoepics-base:masterfrom
dirk-zimoch:win_C4101
Nov 6, 2025
Merged

Fix MSVC warning C4101#217
mdavidsaver merged 1 commit intoepics-base:masterfrom
dirk-zimoch:win_C4101

Conversation

@dirk-zimoch
Copy link
Contributor

unreferenced local variable

In this case: exceptions caught but never used.
No need to give them a variable name.

unreferenced local variable

In this case: exceptions caught but never used.
No need to give them a variable name.
@mdavidsaver mdavidsaver merged commit 4e8b332 into epics-base:master Nov 6, 2025
20 of 25 checks passed
@dirk-zimoch dirk-zimoch deleted the win_C4101 branch November 6, 2025 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants