Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2010 23:38:25 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sys file.h
Message-ID:  <201006112338.o5BNciCC093638@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2010-06-11 23:38:25 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              file.h 
  Log:
  SVN rev 209082 on 2010-06-11 23:38:25Z by jkim
  
  Apply band-aid around function-like macro fdrop() without turning it into
  a real (inline) function or applying void casting for all its consumers.
  In most of places, the "return value" is not checked nor assigned, which
  causes too many warnings for some smart compilers, i.e., clang.
  
  Found by:       clang
  
  Revision  Changes    Path
  1.84      +8 -1      src/sys/sys/file.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006112338.o5BNciCC093638>