ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 36772: /trunk/plugins/profinet/ /tru

From: Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx>
Date: Fri, 22 Apr 2011 09:04:11 -0600
On Fri, Apr 22, 2011 at 03:09:01PM +0200, Alexis La Goutte wrote:

> Why not add a check (in checkAPIs.pl) if proto_item_add_subtree always 
> return a value ?

Good idea.  Another way to do it is a gcc attribute called 
warn_unused_result: 

  http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html