On Fri, 2020-01-24 at 10:40 -0800, Christopher Clark wrote:
> Allow compilation with -Werror, which is enabled by default in OpenEmbedded.
> 
>  -Wunused-parameter fixes are macro related.
> 
>  -Wswitch-default fixes fall-throughs in format parsing that
>   would be caught during compilation by GCC (invalid formats).
> 
>  -Wdiscarded-qualifiers fixes add missing const around error messages
>   which are usually literals.
> 
>  -Wincompatible-pointer-types, mem_prim_set32() takes a uint32_t* from
>   wwmemset_s() wchar_t input without a cast.
> 
> Signed-off-by: Christopher Clark <
> christopher.w.cl...@gmail.com
> >
> Patch is by Eric Chanudet for OpenXT:
> https://github.com/OpenXT/xenclient-oe/blob/fc13893594f684baea65b7ee09066a8ddb840b4d/recipes-security/tboot/tboot-1.9.9/0014-safestringlib-Attend-GCC-warnings.patch
> 
> 

Merged into upstream.

Thanks,
Lukasz




_______________________________________________
tboot-devel mailing list
tboot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tboot-devel

Reply via email to