提交 aba21235 编写于 作者: A Adam Lee 提交者: Adam Lee

Fix GPPC implicit function declaration

gppc.c: In function ‘TFGetFuncExpr’:
gppc.c:1255:3: error: implicit declaration of function ‘exprType’ [-Werror=implicit-function-declaration]
   exprType(list_nth(fexpr->args, argno)) != typid)
   ^~~~~~~~
上级 fa35b73f
......@@ -22,7 +22,7 @@ NAME = gppc
SO_MAJOR_VERSION = 1
SO_MINOR_VERSION = 2
override CPPFLAGS := -I$(includedir_server) -I$(includedir_internal) $(CPPFLAGS)
override CPPFLAGS := $(CPPFLAGS) -I$(includedir_server) -I$(includedir_internal)
OBJS = gppc.o
all: all-lib
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册