Re: Warn about ignored return codes

Markus.Elfring@web.de
31 Aug 2005 00:34:25 -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@web.de
Newsgroups: comp.compilers,comp.lang.c++
Date: 31 Aug 2005 00:34:25 -0400
Organization: http://groups.google.com
References: 05-08-082
Keywords: debug
Posted-Date: 31 Aug 2005 00:34:25 EDT

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


A few programming languages can provide specific templates for the
desired detection.


Example:
http://synesis.com.au/software/stlsoft/help/classstlsoft_1_1unused__return__value__monitor.html


Regards,
Markus



Post a followup to this message

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