Skip to content

Commit

Permalink
warning fix for incomplete toast code
Browse files Browse the repository at this point in the history
  • Loading branch information
novas0x2a committed Oct 18, 2011
1 parent 31bd2c1 commit e88783e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vw/Plate/ToastPlateManager.cc
Expand Up @@ -164,7 +164,7 @@ void ToastPlateManager<PixelT>::generate_mipmap_tile(
}

template <class PixelT>
void ToastPlateManager<PixelT>::mipmap(uint32 starting_level, BBox2i const& region, TransactionOrNeg read_transaction_id, bool preblur, const ProgressCallback &progress_callback) const
void ToastPlateManager<PixelT>::mipmap(uint32 /*starting_level*/, BBox2i const& /*region*/, TransactionOrNeg /*read_transaction_id*/, bool /*preblur*/, const ProgressCallback& /*progress_callback*/) const
{
vw_throw(NoImplErr() << "ToastPlateManager: new mipmap isn't implemented yet");
}
Expand Down

0 comments on commit e88783e

Please sign in to comment.