~vkolesnikov/pbxt/pbxt-maria-windows-app-ver-fixes

« back to all changes in this revision

Viewing changes to src/xactlog_xt.cc

  • Committer: Paul McCullagh
  • Date: 2009-05-19 14:13:25 UTC
  • Revision ID: paul.mccullagh@primebase.org-20090519141325-dzx5d6z13sfy4w7z
RemovedĀ __attribute__((unused))

Show diffs side-by-side

added added

removed removed

Lines of Context:
1689
1689
        seq->xseq_log_eof = 0;
1690
1690
}
1691
1691
 
1692
 
xtBool XTDatabaseLog::xlog_seq_start(XTXactSeqReadPtr seq, xtLogID log_id, xtLogOffset log_offset, xtBool missing_ok __attribute__((unused)))
 
1692
xtBool XTDatabaseLog::xlog_seq_start(XTXactSeqReadPtr seq, xtLogID log_id, xtLogOffset log_offset, xtBool XT_UNUSED(missing_ok))
1693
1693
{
1694
1694
        if (seq->xseq_rec_log_id != log_id) {
1695
1695
                seq->xseq_rec_log_id = log_id;