~ubuntu-branches/ubuntu/utopic/bmagic/utopic-proposed

« back to all changes in this revision

Viewing changes to src/bmblocks.h

  • Committer: Package Import Robot
  • Author(s): Roberto C. Sanchez, Marcus Holland-Moritz, Roberto C. Sanchez
  • Date: 2013-09-20 14:06:19 UTC
  • mfrom: (4.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20130920140619-p8wdn9pu5lug6ftd
Tags: 3.7.0-2
[ Marcus Holland-Moritz ]
* Work around build issues with Clang++ (Closes: #683926)

[ Roberto C. Sanchez ]
* Acknowledge NMU, thanks to Matthias Klose
* Add build-arch and build-indep targets to debian/rules
* Fix outdated-autotools-helper-file lintian warning
* Update to Standards-Version 3.9.4 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
            : bm_func_base_const(bm) 
227
227
        {}
228
228
 
229
 
        bool operator()(const bm::word_t* block, unsigned idx)
 
229
        bool operator()(const bm::word_t* block, unsigned /* idx */)
230
230
        {
231
231
            if (IS_FULL_BLOCK(block)) return true;
232
232