Updates for clang-tidy 15 (#2058)
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
// The minimum pseudo fd value starts 2.
|
||||
// This is to avoid mistakes for 0(stdout) and 1(stderr), which are usually used.
|
||||
//
|
||||
#define MIN_PSEUDOFD_NUMBER 2
|
||||
static const int MIN_PSEUDOFD_NUMBER = 2;
|
||||
|
||||
//------------------------------------------------
|
||||
// PseudoFdManager class methods
|
||||
|
||||
Reference in New Issue
Block a user