Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2009 08:36:30 +0000 (UTC)
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/ntfs ntfs.h
Message-ID:  <200906210836.n5L8alUc059407@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rdivacky    2009-06-21 08:36:30 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/ntfs          ntfs.h 
  Log:
  SVN rev 194576 on 2009-06-21 08:36:30Z by rdivacky
  
  In non-debugging mode make this define (void)0 instead of nothing. This
  helps to catch bugs like the below with clang.
  
          if (cond);              <--- note the trailing ;
             something();
  
  Approved by:    ed (mentor)
  Discussed on:   current@
  
  Revision  Changes    Path
  1.21      +3 -3      src/sys/fs/ntfs/ntfs.h



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