Fix Windows x86 Warnings (#1434)

This commit is contained in:
Nick Banks
2017-03-07 11:10:06 -08:00
committed by Jonathan Hui
parent 7ac9e93237
commit 1eb61a40f7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ int main(int argc, char *argv[])
otInstance *sInstance;
#ifdef OPENTHREAD_MULTIPLE_INSTANCE
uint64_t otInstanceBufferLength = 0;
size_t otInstanceBufferLength = 0;
uint8_t *otInstanceBuffer = NULL;
#endif
+1 -1
View File
@@ -62,7 +62,7 @@ int main(int argc, char *argv[])
otInstance *sInstance;
#ifdef OPENTHREAD_MULTIPLE_INSTANCE
uint64_t otInstanceBufferLength = 0;
size_t otInstanceBufferLength = 0;
uint8_t *otInstanceBuffer = NULL;
#endif