16/04/2024 20:16, Morten Brørup:
> > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com]
> > Sent: Tuesday, 16 April 2024 18.33
> >
> > RTE_FINI expansion failed to specify void * type for storage of
> > destructor function pointer resulting it defaulting to type ``int``.
> >
> > Update th
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com]
> Sent: Tuesday, 16 April 2024 18.33
>
> RTE_FINI expansion failed to specify void * type for storage of
> destructor function pointer resulting it defaulting to type ``int``.
>
> Update the macro to specify ``void *`` as the type so th
RTE_FINI expansion failed to specify void * type for storage of
destructor function pointer resulting it defaulting to type ``int``.
Update the macro to specify ``void *`` as the type so the correct size
is allocated in the segment.
Fixes: 64eff943ca82 ("eal: implement constructors for MSVC")
Cc:
3 matches
Mail list logo