[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 05/14] add mach_port tests
From: |
Samuel Thibault |
Subject: |
Re: [PATCH 05/14] add mach_port tests |
Date: |
Sat, 6 Jan 2024 19:35:25 +0100 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Luca Dariz, le sam. 06 janv. 2024 19:30:41 +0100, a ecrit:
> Il 29/12/23 15:01, Samuel Thibault ha scritto:
> > Luca Dariz, le jeu. 28 déc. 2023 20:42:52 +0100, a ecrit:
> > > + mach_port_t newname = 123;
> >
> > Why initializing it?
>
> the idea was to check that the value it's actually set,
That's why I mentioned compiling with -ftrivial-auto-var-init=pattern to
get this done automatically for all variables.
Samuel