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
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__