Clang Tidy: enable readability-non-const-parameter warning
Clang Tidy reported a couple of false positives. I disabled those `NOLINTNEXTLINE`. Differential Revision: https://developer.blender.org/D8199
This commit is contained in:
@@ -1506,7 +1506,7 @@ uiBut *uiDefHotKeyevtButS(uiBlock *block,
|
||||
short width,
|
||||
short height,
|
||||
short *keypoin,
|
||||
short *modkeypoin,
|
||||
const short *modkeypoin,
|
||||
const char *tip);
|
||||
|
||||
uiBut *uiDefSearchBut(uiBlock *block,
|
||||
|
||||
Reference in New Issue
Block a user