From 58de2e094841cfba5117ab7e2bc7b8e5454fa0f0 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Thu, 5 Jan 2006 00:06:37 +0000 Subject: [PATCH] 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 --- include/loki/flex/vectorstringstorage.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/loki/flex/vectorstringstorage.h b/include/loki/flex/vectorstringstorage.h index 591d190..b6955f1 100755 --- a/include/loki/flex/vectorstringstorage.h +++ b/include/loki/flex/vectorstringstorage.h @@ -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;