Ticket #363 (Fixed)Thu Nov 21 10:54:03 UTC 2013
Could C preprocessor support #warning?
Reported by: | Rik Griffin (98) | Severity: | Enhancement |
Part: | RISC OS: C/C++ toolchain | Release: | |
Milestone: | Status | Fixed |
Details by Rik Griffin (98):
It’s probably not part of the standard, but gcc has a useful #warning preprocessor directive, that act like #error except it doesn’t abort compilation – ie it just outputs a message to stdout.
Could Norcroft cc support this? It’s a nice feature, albeit hardly essential.
Changelog:
Modified by Jeffrey Lee (213) Sun, November 02 2014 - 13:50:16 GMT
- Status changed from Open to Fixed
Now supported in CC 5.71 (DDE25)