diff options
author | Carlos Santos <casantos@datacom.ind.br> | 2018-05-04 23:34:28 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-05-05 11:21:18 +0200 |
commit | 3aa64a0e828eca3669cbd1fa3fb9fef69dacf74e (patch) | |
tree | 13ffbbea53ff891fc444e2a2da6a9171cfff575b /package/lcms2 | |
parent | 8a38d7cc9a0b934997c5b7f3de924aae01c0741f (diff) | |
download | buildroot-3aa64a0e828eca3669cbd1fa3fb9fef69dacf74e.tar.gz buildroot-3aa64a0e828eca3669cbd1fa3fb9fef69dacf74e.zip |
nasm: Fix compilation with GCC 8
host-nasm fails to compile with GCC 8:
In file included from ./include/nasm.h:46,
from asm/nasm.c:47:
./include/nasmlib.h:194:1: error: ‘pure’ attribute on function returning ‘void’ [-Werror=attributes]
void pure_func seg_init(void);
^~~~
Pull a patch from upstream that removes the stale declaration of
seg_init, which was eliminated a long time ago.
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/lcms2')
0 files changed, 0 insertions, 0 deletions