turn on warnings and errors (#280)

This commit is contained in:
Marcin K Szczodrak
2016-07-25 21:19:07 -07:00
committed by Jonathan Hui
parent 3b4bf8594e
commit 318fe4b415
26 changed files with 174 additions and 61 deletions
+2
View File
@@ -55,6 +55,8 @@ extern "C" void otPlatUartSendDone(void)
extern "C" void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength)
{
(void)aBuf;
(void)aBufLength;
}
ThreadNetif sMockThreadNetif;