On Wed, Sep 07, 2016 at 02:59:39PM +0200, Anton Khirnov wrote: > --- /dev/null > +++ b/compat/atomics/gcc/stdatomic.h > @@ -0,0 +1,175 @@ > + > +#ifndef STDATOMIC_H > +#define STDATOMIC_H
Use the full path as multiple inclusion guard, same as the other files below compat/, same for the other patches. > +//typedef char16_t atomic_char16_t; > +//typedef char32_t atomic_char32_t; Just drop these if they are unused. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
