[vlc-devel] [vlc-commits] remove empty curly braces initialization

Steve Lhomme robux4 at ycbcr.xyz
Mon Apr 23 13:10:16 CEST 2018


Le 23/04/2018 à 12:58, Steve Lhomme a écrit :
> @@ -30,6 +30,8 @@ typedef struct {
>   # ifdef CAN_COMPILE_SSE2
>       uint8_t *buffer;
>       size_t  size;
> +# elif defined(_MSC_VER)
> +    char dummy;
>   # endif
>   } copy_cache_t;
Ooops


More information about the vlc-devel mailing list