William Ferguson
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Edited Different colour for warning versus error in build window with CMake
AnsweredIt is very difficult to quickly differentiate between build errors and warnings or notes in the build window. There are 2 warnings, 3 notes and one error in the image above but finding he error is... -
Created Cannot remove clang-tidy warning for "Use auto when initialising with a cast to avoid duplicating the type name"
AnsweredEg for connection_state_enum connection_state = (connection_state_enum) event.int_data; I've tried adding "-modernize-use-auto" to the Settings->Editor->Inspections-Clang-Tidy->Options but it make...