[Pkg-ltsp-devel] freeze exception request for ltspfs
    Vagrant Cascadian 
    vagrant at freegeek.org
       
    Sun Nov  2 01:00:06 UTC 2008
    
    
  
On Sat, Nov 01, 2008 at 12:01:07PM +0100, Petter Reinholdtsen wrote:
> > @@ -25,13 +27,13 @@
> >   */
> >  
> >  gboolean
> > -check_cd_status(gpointer device)
> > +check_cd_status()
> >  {
> 
> The correct C notation for a function taking no argument is (void),
> not ().  () means any argument.  I would recommend fixing this, ie
> declearing the function like this:
> 
>   check_cd_status(void)
it seems like much of the current code doesn't make use of void in these cases-
we'll probably need to address this upstream.
live well,
  vagrant
    
    
More information about the Pkg-ltsp-devel
mailing list