summaryrefslogtreecommitdiff
path: root/innobase/que/que0que.c
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/que/que0que.c')
-rw-r--r--innobase/que/que0que.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/innobase/que/que0que.c b/innobase/que/que0que.c
index 77495246bb0..b2608b6d175 100644
--- a/innobase/que/que0que.c
+++ b/innobase/que/que0que.c
@@ -668,15 +668,15 @@ does nothing! */
void
que_thr_handle_error(
/*=================*/
- que_thr_t* thr __attribute((unused)),
+ que_thr_t* thr __attribute__((unused)),
/* in: query thread */
- ulint err_no __attribute((unused)),
+ ulint err_no __attribute__((unused)),
/* in: error number */
- byte* err_str __attribute((unused)),
+ byte* err_str __attribute__((unused)),
/* in, own: error string or NULL; NOTE: the
function will take care of freeing of the
string! */
- ulint err_len __attribute((unused)))
+ ulint err_len __attribute__((unused)))
/* in: error string length */
{
/* Does nothing */