13 lines
543 B
Plaintext
13 lines
543 B
Plaintext
$OpenBSD: patch-bytes_h,v 1.1.1.1 2009/05/24 23:57:01 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
|
|
|