mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fileio: Silence “!= identical subexpressions” warning
This commit is contained in:
parent
0718d0e6d4
commit
dc523eed8e
@ -47,6 +47,7 @@ int file_open(FileDescriptor *const ret_fp, const char *const fname,
|
||||
int os_open_flags = 0;
|
||||
int fd;
|
||||
TriState wr = kNone;
|
||||
// -V:FLAG:501
|
||||
#define FLAG(flags, flag, fcntl_flags, wrval, cond) \
|
||||
do { \
|
||||
if (flags & flag) { \
|
||||
|
Loading…
Reference in New Issue
Block a user