sleep: remove warnings for default build

pull/3607/head
Bartek Szatkowski 2017-01-19 11:53:24 +00:00
parent 6a045a49a9
commit 1e73a66c33
1 changed files with 0 additions and 8 deletions

View File

@ -21,14 +21,6 @@
#include "sleep_api.h"
#if !DEVICE_SLEEP
#warning Sleep is not supported on this platform.
#else /* DEVICE_SLEEP */
#ifndef NDEBUG
#warning Sleep is disabled for debug builds.
#endif /* NDEBUG */
#endif /* DEVICE_SLEEP */
#ifdef __cplusplus
extern "C" {
#endif