~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/rpl_record.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:
320
320
*/
321
321
int prepare_record(TABLE *const table,
322
322
                   const MY_BITMAP *cols,
323
 
                   uint width __attribute__((__unused__)),
 
323
                   uint width __attribute__((unused)),
324
324
                   const bool check)
325
325
{
326
326