2009-04-29 00:51:23 +00:00

13 lines
539 B
Plaintext

$OpenBSD: patch-bytes_h,v 1.2 2009/04/29 00:51:23 sthen Exp $
--- bytes.h.orig Tue Apr 28 19:07:58 2009
+++ bytes.h Tue Apr 28 19:08:01 2009
@@ -76,7 +76,7 @@ typedef unsigned long long int uint64_t;
// ok, we assume to have the same float word order and byte order if float word order is not defined
#ifndef __FLOAT_WORD_ORDER
-#warning "Float word order not defined, assuming the same as byte order!"
+/* #warning "Float word order not defined, assuming the same as byte order!" */
#define __FLOAT_WORD_ORDER __BYTE_ORDER
#endif