trns1997 commented on PR #11301: URL: https://github.com/apache/nuttx/pull/11301#issuecomment-1838232518
> > > what's error report from toolchain's math library? > > > > > > I explained the issue over here : [#11269 (comment)](https://github.com/apache/nuttx/pull/11269#issuecomment-1833939123) > > If you have any other suggestion i am open to them. > > let's remove `#if` statement: > > ``` > #if defined(__need_wint_t) || defined(__need_mbstate_t) > > #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) > #pragma GCC system_header > #endif > > #include_next <wchar.h> > ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
