remove gcc 4.0 warnings, Thanks to Lukas Fittl
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@411 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
4a676debee
commit
58de2e0948
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ public: // protected:
|
||||||
that->base::push_back(value_type());
|
that->base::push_back(value_type());
|
||||||
}
|
}
|
||||||
} onBlockExit = { this };
|
} onBlockExit = { this };
|
||||||
|
(void) onBlockExit;
|
||||||
assert(!base::empty());
|
assert(!base::empty());
|
||||||
assert(base::back() == value_type());
|
assert(base::back() == value_type());
|
||||||
base::back() = v;
|
base::back() = v;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue