Date: Tue, 18 Apr 1995 19:27:10 +0200 (MET DST) From: J Wunsch <j@uriah.heep.sax.de> To: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Cc: joerg@FreeBSD.org, ports@FreeBSD.org Subject: Re: pcemu Message-ID: <199504181727.TAA04056@uriah.heep.sax.de> In-Reply-To: <199504180720.AAA02954@silvia.HIP.Berkeley.EDU> from "Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=" at Apr 18, 95 00:20:05 am
next in thread | previous in thread | raw e-mail | index | archive | help
As Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?= wrote: > > Not that it matters much, but the "-DLITTLE_ENDIAN" is generating a > flood of warnings..... j@uriah 263% more /usr/ports/utils/pcemu/Makefile ... # Warning notice: by now, you'll have to live with those warnings: # #In file included from /usr/include/sys/types.h:48, # from /usr/include/stdio.h:43, # from main.c:22: #/usr/include/machine/endian.h:50: warning: `LITTLE_ENDIAN' redefined #*Initialization*:1: warning: this is the location of the previous definition ... :-) They are benign for us (since we're using a little-endian machine), but they are not so easy to fix since larger parts of the code rely on #ifdef LITTLE_ENDIAN doing the right thing... The BSD way to go were #if BYTE_ORDER == LITTLE_ENDIAN, however. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504181727.TAA04056>