Kaydet (Commit) bf1bdbeb authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:oncevar

Change-Id: Id88149b2ebbf869474192cc22b862093db21aeb6
üst 7400dac2
......@@ -798,9 +798,10 @@ static int osl_file_adjustLockFlags(const char *path, int flags)
flags &= ~(O_EXLOCK | O_SHLOCK | O_NONBLOCK);
}
}
#endif /* MACOSX */
#else
(void) path;
#endif
return flags;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment