PiyushPatle26 commented on PR #18660:
URL: https://github.com/apache/nuttx/pull/18660#issuecomment-4172914203
@linguini1 I ran as you asked, I received a bunch of warnings:
```
nuttx/include/debug.h:28:2: warning: #warning "include <debug.h> is
deprecated, use <nuttx/debug.h> instead" [-Wcpp]
28 | #warning "include <debug.h> is deprecated, use <nuttx/debug.h>
instead"
| ^~~~~~~
CC: sim/sim_copyfullstate.c In file included from configfat.c:32:
nuttx/include/debug.h:28:2: warning: #warning "include <debug.h> is
deprecated, use <nuttx/debug.h> instead" [-Wcpp]
28 | #warning "include <debug.h> is deprecated, use <nuttx/debug.h>
instead"
| ^~~~~~~
CC: sim/sim_cpuinfo.c In file included from mkfatfs.c:34:
nuttx/include/debug.h:28:2: warning: #warning "include <debug.h> is
deprecated, use <nuttx/debug.h> instead" [-Wcpp]
28 | #warning "include <debug.h> is deprecated, use <nuttx/debug.h>
instead"
| ^~~~~~~
CC: sched/sched_get_tls.c In file included from writefat.c:34:
nuttx/include/debug.h:28:2: warning: #warning "include <debug.h> is
deprecated, use <nuttx/debug.h> instead" [-Wcpp]
28 | #warning "include <debug.h> is deprecated, use <nuttx/debug.h>
instead"
| ^~~~~~~
In file included from nsh_console.c:39:
```
Now , I have removed the unconditional deprecation #warning from
include/debug.h
This should fix the CI
--
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]