diff options
author | jimw@rama.(none) <> | 2006-09-28 20:15:58 -0700 |
---|---|---|
committer | jimw@rama.(none) <> | 2006-09-28 20:15:58 -0700 |
commit | d5d89bcf63be07fc74e90237d201da310722ea80 (patch) | |
tree | afe43d7b7a1034699f3f99054bf9f073d4600450 /sql/set_var.cc | |
parent | 68eadc8a793923c95d2a4a07a689d050b79f61f4 (diff) | |
download | mariadb-git-d5d89bcf63be07fc74e90237d201da310722ea80.tar.gz |
Fix merge of __attribute__ cleanup.
Diffstat (limited to 'sql/set_var.cc')
-rw-r--r-- | sql/set_var.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/set_var.cc b/sql/set_var.cc index 9dd3da55091..d5beac0e971 100644 --- a/sql/set_var.cc +++ b/sql/set_var.cc @@ -1255,8 +1255,8 @@ static void fix_tx_isolation(THD *thd, enum_var_type type) thd->variables.tx_isolation); } -static void fix_completion_type(THD *thd __attribute__(unused), - enum_var_type type __attribute__(unused)) {} +static void fix_completion_type(THD *thd __attribute__((unused)), + enum_var_type type __attribute__((unused))) {} static int check_completion_type(THD *thd, set_var *var) { |