handle extra warnings (#288)

This commit is contained in:
Marcin K Szczodrak
2016-07-26 12:01:22 -07:00
committed by Jonathan Hui
parent f2f8a7a0fc
commit b2b10b8dce
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ exit:
void Ip6::ProcessReceiveCallback(Message &aMessage)
{
ThreadError error = kThreadError_None;
Message *messageCopy;
Message *messageCopy = NULL;
VerifyOrExit(sReceiveIp6DatagramCallback != NULL, ;);
+2
View File
@@ -35,6 +35,8 @@
*/
#define MBED_MEMORY_BUF_SIZE 512
void mbedInit(void);
static bool sIsInitialized = false;
static unsigned char sMemoryBuf[MBED_MEMORY_BUF_SIZE];