Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 1996 10:15:07 -0700 (PDT)
From:      Nate Williams <nate>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/include endian.h
Message-ID:  <199610211715.KAA26880@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

nate        96/10/21 10:15:06

  Modified:    sys/i386/include  endian.h
  Log:
  When compiling with '-Wall -pedantic', the byte swapping macros gave the
  following warning:
    warning: ANSI C forbids braced-groups within expressions
  
  Adding __extension__ before the statement-expression seems to work right.
  
  Submitted by:	bde (a *long* time ago)
  
  Revision  Changes    Path
  1.7       +3 -3      src/sys/i386/include/endian.h



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