pkarashchenko commented on a change in pull request #5498: URL: https://github.com/apache/incubator-nuttx/pull/5498#discussion_r810950472
########## File path: include/nuttx/tls.h ########## @@ -67,8 +67,10 @@ */ #if CONFIG_TLS_NELEM > 0 -# if CONFIG_TLS_NELEM > 32 +# if CONFIG_TLS_NELEM > 64 # error Too many TLS elements +# elif CONFIG_TLS_NELEM > 32 + typedef uint64_t tls_ndxset_t; Review comment: Either revert this or apply type cast for `1 << ...` case in TLS related files. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org