-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
static-analysisAn issue related to a static analysis resultAn issue related to a static analysis result
Milestone
Description
There are locations in the code where a local or other-scoped object can and should be declared const.
/mnt/c/Users/user/Code/TestCPP/src/TestCPPAssertions.cpp:51:13: error: variable 'eptr' of type 'exception_ptr' can be declared 'const' [misc-const-correctness,-warnings-as-errors]
51 | exception_ptr eptr = current_exception();
| ^
| const
Metadata
Metadata
Assignees
Labels
static-analysisAn issue related to a static analysis resultAn issue related to a static analysis result