Details
-
Improvement
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Platform: All, OS: All
Description
Please provide parser for sun studio c++ compiler
A few lines of example warnings
"usi_plugin.cpp", line 212: Warning, badargtypel2w: String literal converted to
char* in formal argument 1 in call to userlog(char*, ...).
"usi_plugin.cpp", line 224: Warning, badargtypel2w: String literal converted to
char* in formal argument msg in call to except(char*).
"ServerList.cpp", line 8: Warning, badargtypel2w: String literal converted to
char* in formal argument 1 in call to userlog(char*, ...).
"ServerList.cpp", line 44: Warning, badargtypel2w: String literal converted to
char* in formal argument 1 in call to userlog(char*, ...).
"ServerList.cpp", line 50: Warning, badargtypel2w: String literal converted to
char* in formal argument 1 in call to userlog(char*, ...).
3 Warning(s) detected.
That should be quite easy.
Is there an option in the compiler to produce qualified paths? Or is the
filename relative to the root of the workspace? Without a qualified or workspace
relative path the linking to the source files will not work.