linux - What's the best way to check if C code has deprecated POSIX calls? -
I'm working on some older code. I came to know that some POSICs calls are now outdated and marked degraded in manual pages.
What is the best way to check whether your code is still excluded in POSICs call? I'm thinking about this:
- The special GCC Alert option.
- Call any type of Lint device to detect them. (
Things that you like can be disliked (-countiful flag). / P>
This type of problem is routinely combined with the C and C ++ codebase.
In addition to this, and perhaps more importantly, the static analysis tool is very much widespread issues and bugs
You can never have too much static code analysis, using many tools benefits.
Comments
Post a Comment