Updates for clang-tidy 15 (#2058)

This commit is contained in:
Andrew Gaul
2022-11-21 23:29:35 +09:00
committed by GitHub
parent 465986e397
commit 956eb77369
3 changed files with 8 additions and 5 deletions

View File

@ -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