~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/datalog_xt.cc

  • Committer: Monty Taylor
  • Date: 2010-04-14 16:29:40 UTC
  • mto: This revision was merged to the branch mainline in revision 1470.
  • Revision ID: mordred@inaugust.com-20100414162940-gmcilbfb34koa18g
Fixed the compile for Sun Studio.

Show diffs side-by-side

added added

removed removed

Lines of Context:
377
377
        return OK;
378
378
}
379
379
 
380
 
static void dl_free_seq_read(XTThreadPtr self __attribute__((unused)), XTDataSeqReadPtr seq_read)
 
380
static void dl_free_seq_read(XTThreadPtr XT_UNUSED(self), XTDataSeqReadPtr seq_read)
381
381
{
382
382
        seq_read->sl_seq_exit();
383
383
}