[ekiga/gnome-2-26] Fixed a compiler warning
- From: Julien Puydt <jpuydt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [ekiga/gnome-2-26] Fixed a compiler warning
- Date: Tue, 25 Aug 2009 12:47:34 +0000 (UTC)
commit 622e828516f09ec41986114cf9000248e05bfbba
Author: Julien Puydt <jpuydt gnome org>
Date: Tue Aug 25 14:46:22 2009 +0200
Fixed a compiler warning
Thanks Dominique Leuenberger for noticing
lib/engine/framework/form-builder.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lib/engine/framework/form-builder.cpp b/lib/engine/framework/form-builder.cpp
index 1298aab..f57ee20 100644
--- a/lib/engine/framework/form-builder.cpp
+++ b/lib/engine/framework/form-builder.cpp
@@ -148,6 +148,8 @@ Ekiga::FormBuilder::hidden (const std::string name) const
iter++)
if (iter->name == name)
return iter->value;
+
+ return ""; // shouldn't happen
}
bool
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]