From b3dbe9c3cb61baaa0d871d193dbbde5fbeeebce1 Mon Sep 17 00:00:00 2001 From: Dong Heng Date: Thu, 13 Sep 2018 13:17:53 +0800 Subject: [PATCH] feat(newlib): Remove error check from Its functions are empty. --- components/newlib/newlib/include/sys/dirent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/newlib/newlib/include/sys/dirent.h b/components/newlib/newlib/include/sys/dirent.h index a3fb5c02..5d5fc782 100644 --- a/components/newlib/newlib/include/sys/dirent.h +++ b/components/newlib/newlib/include/sys/dirent.h @@ -7,7 +7,7 @@ #ifdef __cplusplus extern "C" { #endif -#error " not supported" +//#error " not supported" #ifdef __cplusplus } #endif