X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fapi%2FMakefile;h=146499b267c2250ee13939676e6be8178a97f779;hb=88de36005b4753800bc19689e6e5a5e83bf751fc;hp=a739442684723f4d2f8f4f57ee054884b0d6ec33;hpb=029eccef78ac52d53eafdc391b2465f44e5a2ba0;p=libc-test diff --git a/src/api/Makefile b/src/api/Makefile index a739442..146499b 100644 --- a/src/api/Makefile +++ b/src/api/Makefile @@ -15,6 +15,7 @@ run: all.err all.err: $(ERR) LC_ALL=C $(CC) $(LDFLAGS) -o main *.o 2>main.err || true cat $(ERR) |\ + grep -v 'In function .f.' |\ grep -v 'Each undeclared identifier is reported only once' |\ grep -v 'for each function it appears in' >$@ || true