bpd1069 / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

grep is failing to build with newlib #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://build.chromium.org/p/client.nacl.ports/builders/linux-newlib-2/builds/819
/steps/newlib%20grep/logs/stdio

  CC       obstack.o
/mnt/data/b/build/slave/naclports/build/src/out/build/grep/grep-2.20/lib/obstack
.c: In function '_obstack_allocated_p':
/mnt/data/b/build/slave/naclports/build/src/out/build/grep/grep-2.20/lib/obstack
.c:322:1: error: function might be candidate for attribute 'pure' if it is 
known to return normally [-Werror=suggest-attribute=pure]
 _obstack_allocated_p (struct obstack *h, void *obj)
 ^
cc1: all warnings being treated as errors

Original issue reported on code.google.com by sbc@google.com on 3 Jul 2014 at 3:46

GoogleCodeExporter commented 9 years ago
Seems to be fixed

Original comment by sbc@google.com on 30 Sep 2014 at 5:42