-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
I encounter this message while compiling for v7.2.8 (commit 64e6ecd39b03383875b7f2f15ed8070e2ebcd1f0)
#0 394.9 In file included from graphql.h:7:0,
#0 394.9 from graphql_plugin.c:24:
#0 394.9 ../../libsrc/plugin/plugin.h:67:15: note: 'uv_companyname' declared here
#0 394.9 const char *uv_companyname; /*!< Plugin's developer, filled by unit */
#0 394.9 ^~~~~~~~~~~~~~
#0 394.9 graphql_plugin.c: In function 'graphql_check':
#0 394.9 graphql_plugin.c:190:33: warning: unused parameter 'in' [-Wunused-parameter]
#0 394.9 graphql_check (unit_version_t * in, void *appdata)
#0 394.9 ^~
#0 394.9 graphql_plugin.c:190:43: warning: unused parameter 'appdata' [-Wunused-parameter]
#0 394.9 graphql_check (unit_version_t * in, void *appdata)
#0 394.9 ^~~~~~~
#0 394.9 At top level:
#0 394.9 graphql_plugin.c:154:1: warning: 'graphql_plugin_connect' defined but not used [-Wunused-function]
#0 394.9 graphql_plugin_connect ()
#0 394.9 ^~~~~~~~~~~~~~~~~~~~~~
#0 394.9 make[3]: *** [graphql_la-graphql_plugin.lo] Error 1
#0 394.9 make[2]: *** [all] Error 2
#0 394.9 make[1]: *** [all-recursive] Error 1
#0 394.9 make: *** [all-recursive] Error 1
------
Dockerfile:14
--------------------
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels