Vbaderks
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created How to disable warning for C++ local variable with non trival destructor never used for a specific type?
We like the warning that a local variable with a non trival destructor is never used. However there are a couple of cases were this check create false reports: For example CWaitCursor, lock classes...