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:
syntheticpp 2006-01-05 00:06:37 +00:00
parent 4a676debee
commit 58de2e0948

View file

@ -158,6 +158,7 @@ public: // protected:
that->base::push_back(value_type());
}
} onBlockExit = { this };
(void) onBlockExit;
assert(!base::empty());
assert(base::back() == value_type());
base::back() = v;