From f370cda716f14d0ba1ba97fa3dd5887d5165b140 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Sat, 20 Mar 2021 19:02:41 +0100 Subject: make: add few more predef symbols for cflow --- make.tmpl.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'make.tmpl.in') diff --git a/make.tmpl.in b/make.tmpl.in index d95d956fa..99998f9fd 100644 --- a/make.tmpl.in +++ b/make.tmpl.in @@ -404,7 +404,10 @@ ifneq ("$(CFLOW_CMD)", "") CFLOW_FLAGS +=\ --cpp="$(CC) -E $(INCLUDES) $(VALGRIND_CFLAGS) $(BLKID_CFLAGS) $(DEFS)" \ --symbol _ISbit:wrapper \ + --symbol __asm__:wrapper \ --symbol __attribute__:wrapper \ + --symbol __inline:=inline \ + --symbol __inline__:=inline \ --symbol __const:type \ --symbol __const__:wrapper \ --symbol __extension__:wrapper \ @@ -414,7 +417,7 @@ CFLOW_FLAGS +=\ --symbol __pure__:wrapper \ --symbol __REDIRECT:wrapper \ --symbol __REDIRECT_NTH:wrapper \ - --symbol __restrict:type \ + --symbol __restrict:=restrict \ --symbol __wur:wrapper $(CFLOW_TARGET).cflow: $(CFLOW_SOURCES) -- cgit v1.2.1