On 2/12/25 7:42 PM, Peter Xu wrote:

On Wed, Feb 12, 2025 at 07:17:45PM +0300, Daniil Tatianin wrote:
-static inline int os_mlock(void)
+static inline int os_mlock(bool on_fault)
   {
+    (void)on_fault;
Is this really needed ? Our compiler flags don't enable warnings
about unused variables.
Hmm, I was not aware of that, thank you.

Peter, do you want me to resend, or can you squash remove this as well?
I'll do, no worry.

Much appreciated!



Reply via email to