Details
Description
[ 4%] Building C object libservices/CMakeFiles/mysqlservices.dir/kill_statement_service.c.o
|
/var/lib/buildbot/maria-slave/power8-vlp04-bintar-debug/build/storage/mroonga/vendor/groonga/lib/com.c: In function 'grn_com_queue_enque':
|
/var/lib/buildbot/maria-slave/power8-vlp04-bintar-debug/build/storage/mroonga/vendor/groonga/lib/com.c:73:30: error: unused parameter 'ctx' [-Werror=unused-parameter]
|
grn_com_queue_enque(grn_ctx *ctx, grn_com_queue *q, grn_com_queue_entry *e)
|
...
|
Attachments
Issue Links
- relates to
-
MDEV-7069 Fix buildbot failures in main server trees
-
- Stalled
-
Activity
Assignee | Sergey Vojtovich [ svoj ] | Sergei Golubchik [ serg ] |
Fix Version/s | 10.0.17 [ 18300 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v2 [ 59323 ] | MariaDB v3 [ 65519 ] |
Workflow | MariaDB v3 [ 65519 ] | MariaDB v4 [ 148737 ] |
This is not Power8 specific issue. We enabled -Werror for MYSQL_MAINRAINER_MODE. This is probably Ok for server code, but we have little control over third party plugins.
Either we should remove MYSQL_MAINTAINER_MODE from P8 builds or probably not issue -Werror for plugins.