src/libFLAC/ia32/nasm.h : Fix nasm warning on windows.

Patch from Ozkan Sezer <sezeroz@gmail.com>.
This commit is contained in:
Erik de Castro Lopo
2013-08-13 19:01:41 +10:00
parent 1ec41a97da
commit 7050033b8f

View File

@@ -79,7 +79,7 @@ _%1:
%1:
%endmacro
%ifndef OBJ_FORMAT_aout
%ifdef OBJ_FORMAT_elf
section .note.GNU-stack progbits noalloc noexec nowrite align=1
%endif