Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 1997 08:19:25 -0800 (PST)
From:      Nate Williams <nate>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/include endian.h
Message-ID:  <199703141619.IAA26017@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
nate        97/03/14 08:19:21

  Branch:      sys/i386/include  RELENG_2_1_0
  Modified:    sys/i386/include  endian.h
  Log:
  YAMFC:
  
  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)
  
  Requested by:	jkh
  
  Revision  Changes    Path
  1.6.4.1   +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?199703141619.IAA26017>