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                                       [cjwat...@debian.org]

Reply via email to