Re: [FFmpeg-devel] [PATCH 2/2] x86inc: Clear __SECT__

2015-05-27 Thread Michael Niedermayer
On Mon, May 25, 2015 at 04:02:33PM -0700, Timothy Gu wrote: > This commit silences warning(s) like: > > libavcodec/x86/fft.asm:93: warning: section flags ignored on section > redeclaration > > The cause of this warning is that because `struc` and `endstruc` attempts to > revert to the pre

[FFmpeg-devel] [PATCH 2/2] x86inc: Clear __SECT__

2015-05-25 Thread Timothy Gu
This commit silences warning(s) like: libavcodec/x86/fft.asm:93: warning: section flags ignored on section redeclaration The cause of this warning is that because `struc` and `endstruc` attempts to revert to the previous section state [1]. The section state is stored in the macro __SECT__