bthci/hci2implementations/CommandsEvents/symbian/src/Event.cpp
changeset 51 20ac952a623c
parent 0 29b1cd4cb562
--- a/bthci/hci2implementations/CommandsEvents/symbian/src/Event.cpp	Thu Sep 23 17:06:47 2010 +0300
+++ b/bthci/hci2implementations/CommandsEvents/symbian/src/Event.cpp	Wed Oct 13 16:20:29 2010 +0300
@@ -1531,7 +1531,9 @@
 		{
 		addr[KBTMaxDevAddrSize-1-i] = iEventData[aOffset + i];	// reading bdaddr from iEventBufPtr
 		}
-
+    // Coverity [uninit_use]
+	// TBTDevAdd::iPadding is not initialised. iPadding is for future use.
+	// It is not supposed to be initialised.
 	return addr;
 	}