Re: [PR] nuttx/compiler: add support of deprecated attribute [nuttx]

2025-04-10 Thread via GitHub
nuttxpr commented on PR #16167: URL: https://github.com/apache/nuttx/pull/16167#issuecomment-2789344918 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR does not fully meet the NuttX requirements.

Re: [PR] nuttx/compiler: add support of deprecated attribute [nuttx]

2025-04-09 Thread via GitHub
lupyuen merged PR #16167: URL: https://github.com/apache/nuttx/pull/16167 -- 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.apac

Re: [PR] nuttx/compiler: add support of deprecated attribute [nuttx]

2025-04-09 Thread via GitHub
anchao commented on code in PR #16167: URL: https://github.com/apache/nuttx/pull/16167#discussion_r2036368498 ## include/nuttx/compiler.h: ## @@ -563,6 +563,10 @@ #define tz_nonsecure_call __attribute__((cmse_nonsecure_call)) # endif +/* Warning about usage of deprecat

Re: [PR] nuttx/compiler: add support of deprecated attribute [nuttx]

2025-04-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #16167: URL: https://github.com/apache/nuttx/pull/16167#discussion_r2035571724 ## include/nuttx/compiler.h: ## @@ -563,6 +563,10 @@ #define tz_nonsecure_call __attribute__((cmse_nonsecure_call)) # endif +/* Warning about usage of

Re: [PR] nuttx/compiler: add support of deprecated attribute [nuttx]

2025-04-09 Thread via GitHub
acassis commented on code in PR #16167: URL: https://github.com/apache/nuttx/pull/16167#discussion_r2035541164 ## include/nuttx/compiler.h: ## @@ -563,6 +563,10 @@ #define tz_nonsecure_call __attribute__((cmse_nonsecure_call)) # endif +/* Warning about usage of depreca

Re: [PR] nuttx/compiler: add support of deprecated attribute [nuttx]

2025-04-09 Thread via GitHub
acassis commented on code in PR #16167: URL: https://github.com/apache/nuttx/pull/16167#discussion_r2035543009 ## include/nuttx/compiler.h: ## @@ -563,6 +563,10 @@ #define tz_nonsecure_call __attribute__((cmse_nonsecure_call)) # endif +/* Warning about usage of depreca

Re: [PR] nuttx/compiler: add support of deprecated attribute [nuttx]

2025-04-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #16167: URL: https://github.com/apache/nuttx/pull/16167#discussion_r2035223009 ## include/nuttx/compiler.h: ## @@ -563,6 +563,10 @@ #define tz_nonsecure_call __attribute__((cmse_nonsecure_call)) # endif +/* Warning about usage of

[PR] nuttx/compiler: add support of deprecated attribute [nuttx]

2025-04-09 Thread via GitHub
anchao opened a new pull request, #16167: URL: https://github.com/apache/nuttx/pull/16167 ## Summary nuttx/compiler: add support of deprecated attribute Warning about usage of deprecated features. since __deprecated__ is a compiler built-in macro, so we define the deprec