bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

glob.c warnings


From: Colin Watson
Subject: glob.c warnings
Date: Mon, 3 Jun 2013 12:05:55 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

I get these warnings from a project using Gnulib 20130529:

  glob.c:165:1: warning: '__leaf__' attribute has no effect on unit local 
functions [-Wattributes]
  glob.c:213:1: warning: '__leaf__' attribute has no effect on unit local 
functions [-Wattributes]
  glob.c:214:1: warning: '__leaf__' attribute has no effect on unit local 
functions [-Wattributes]

These are from uses of __THROW on static functions.  Is it perhaps worth
using (and defining if necessary) __THROWNL instead, which I think would
pacify these warnings?

Thanks,

-- 
Colin Watson                                       address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]