William Ferguson
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
已编辑于 Different colour for warning versus error in build window with CMake
已回答It 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... -
创建于 Cannot remove clang-tidy warning for "Use auto when initialising with a cast to avoid duplicating the type name"
已回答Eg 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...