~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/item_create.cc

Renamed __attribute__((__unused__)) to __attribute__((unused)). 
It takes up a few less chars, but also seems to be the standard usage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3226
3226
}
3227
3227
 
3228
3228
Create_func *
3229
 
find_native_function_builder(THD *thd __attribute__((__unused__)),
 
3229
find_native_function_builder(THD *thd __attribute__((unused)),
3230
3230
                             LEX_STRING name)
3231
3231
{
3232
3232
  Native_func_registry *func;