fileio: Silence “!= identical subexpressions” warning

This commit is contained in:
ZyX 2017-04-16 20:59:44 +03:00
parent 0718d0e6d4
commit dc523eed8e

View File

@ -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) { \