Warn about ignored return codes

"Markus Elfring" <Markus.Elfring@web.de>
24 Aug 2005 17:58:20 -0400

          From comp.compilers

Related articles
Warn about ignored return codes Markus.Elfring@web.de (Markus Elfring) (2005-08-24)
Re: Warn about ignored return codes alexc@TheWorld.com (Alex Colvin) (2005-08-31)
Re: Warn about ignored return codes Markus.Elfring@web.de (2005-08-31)
Re: Warn about ignored return codes Markus.Elfring@web.de (2005-09-02)
Re: Warn about ignored return codes david.thompson1@worldnet.att.net (Dave Thompson) (2005-09-07)
| List of all articles for this month |

From: "Markus Elfring" <Markus.Elfring@web.de>
Newsgroups: comp.compilers
Date: 24 Aug 2005 17:58:20 -0400
Organization: Compilers Central
Keywords: question
Posted-Date: 24 Aug 2005 17:58:20 EDT

Hello,


Some compilers can detect unused variables. Which tools can generate
warnings for ignored return values from function calls in a similar
way? How much can it help in static semantic checking and code
analysis for flaw detection?


How different are the options or pragmas to configure and control this
behaviour for safety checks?


Regards,
Markus
[It's a pretty standard lint feature, check for an implied conversion of a function
type to void. -John]



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.