summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Congwu <congwu.chen@intel.com>2010-03-08 11:20:26 +0800
committerPatrick Ohly <patrick.ohly@intel.com>2010-03-08 15:25:08 -0800
commit2c479df8e3d72a8b2b244c0bfca42c380c732195 (patch)
treeef068d655587eabec5b61bdaec54ad20a6b9b7ff
parente8d32ce563ca4c0a77b095e7cb60aa6f64a2d13f (diff)
San 1.1: Compiler warning fixsan11
-rw-r--r--src/syncevo/SyncContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syncevo/SyncContext.cpp b/src/syncevo/SyncContext.cpp
index 7c8d439e..0ce85a58 100644
--- a/src/syncevo/SyncContext.cpp
+++ b/src/syncevo/SyncContext.cpp
@@ -2781,7 +2781,7 @@ bool SyncContext::sendSAN(uint16_t version)
dataSources.insert (vSource->getName());
}
- int syncMode;
+ int syncMode = 0;
vector<pair <string, string> > alertedSources;
/* For each source to be notified do the following: */