List:Commits« Previous MessageNext Message »
From:Jonas Oreland Date:August 7 2008 8:00am
Subject:Re: bzr commit into mysql-5.1-telco-6.2 branch (monty:2633) Bug#38177
View as plain text  
>  inline
>  int
> -NdbOperation::setValue(Uint32 anAttrId, const char* aValue, Uint32 len)
> +NdbOperation::setValue(Uint32 anAttrId, const char* aValue,
> +                       __attribute__((__unused__))Uint32 len)
>  {
>    return setValue(anAttrId, aValue);
>  }

__attribute__ is a gcc extension, i.e remove.
the variant that I approved was ok
Thread
bzr commit into mysql-5.1-telco-6.2 branch (monty:2633) Bug#38177Monty Taylor7 Aug
  • Re: bzr commit into mysql-5.1-telco-6.2 branch (monty:2633) Bug#38177Jonas Oreland7 Aug