| Summary: | [fp] strerror | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Mario Charest <mcharest> |
| Component: | cdt-codan | Assignee: | CDT Codan Inbox <cdt-codan-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | Elena Laskavaia <elaskavaia.cdt> |
| Severity: | normal | ||
| Priority: | P3 | CC: | cdtdoug, yevshif, zeratul976 |
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
This looks like a parser problem, not Codan problem, since these two are parser errors. Works fine for me with CDT 8.2 (Kepler). |
In this simple program: #include <cstdlib> #include <iostream> #include <errno.h> #include <string.h> int main(int argc, char *argv[]) { std::cout << "Welcome to the QNX Momentics IDE" << strerror(errno) << std::endl; return EXIT_SUCCESS; } The CDT8 (QNX distribution) will report: Multiple markers at this line - Invalid overload of 'std::endl' - Function 'strerror' could not be resolved