mirror of
https://github.com/espressif/openthread.git
synced 2026-08-07 03:07:47 +00:00
handle extra warnings (#288)
This commit is contained in:
committed by
Jonathan Hui
parent
f2f8a7a0fc
commit
b2b10b8dce
@@ -307,7 +307,7 @@ exit:
|
||||
void Ip6::ProcessReceiveCallback(Message &aMessage)
|
||||
{
|
||||
ThreadError error = kThreadError_None;
|
||||
Message *messageCopy;
|
||||
Message *messageCopy = NULL;
|
||||
|
||||
VerifyOrExit(sReceiveIp6DatagramCallback != NULL, ;);
|
||||
|
||||
|
||||
Vendored
+2
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user