From owner-cvs-sys Mon Oct 21 10:15:21 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA26900 for cvs-sys-outgoing; Mon, 21 Oct 1996 10:15:21 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA26880; Mon, 21 Oct 1996 10:15:07 -0700 (PDT) Date: Mon, 21 Oct 1996 10:15:07 -0700 (PDT) From: Nate Williams Message-Id: <199610211715.KAA26880@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include endian.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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