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