diff options
Diffstat (limited to 'lib/filesystem.cpp')
-rw-r--r-- | lib/filesystem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/filesystem.cpp b/lib/filesystem.cpp index 181fb07..0e19e8d 100644 --- a/lib/filesystem.cpp +++ b/lib/filesystem.cpp @@ -36,6 +36,7 @@ namespace filesystem { } } + // NOLINTNEXTLINE(hicpp-vararg) fh::fh(const char * path, int flags, int mode) : h {open(path, flags, mode)} { if (h == -1) { |