mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
TestDriver: Disable clang-tidy 'modernize-use-using'
This commit is contained in:
@@ -20,8 +20,8 @@
|
|||||||
|
|
||||||
/* Create map. */
|
/* Create map. */
|
||||||
|
|
||||||
typedef int (*MainFuncPointer)(int, char* []);
|
typedef int (*MainFuncPointer)(int, char* []); /* NOLINT */
|
||||||
typedef struct
|
typedef struct /* NOLINT */
|
||||||
{
|
{
|
||||||
const char* name;
|
const char* name;
|
||||||
MainFuncPointer func;
|
MainFuncPointer func;
|
||||||
|
|||||||
Reference in New Issue
Block a user