|
@@ -131,7 +131,7 @@ encodeWithExchangeBuffer(const void *ptr, encodeBinarySignature encodeFunc, Ctx
|
|
|
|
|
|
#if !UA_BINARY_OVERLAYABLE_INTEGER
|
|
|
|
|
|
-#warning "Integer endianness could not be detected to be little endian. Use slow generic encoding."
|
|
|
+#pragma message "Integer endianness could not be detected to be little endian. Use slow generic encoding."
|
|
|
|
|
|
|
|
|
static void
|
|
@@ -307,7 +307,7 @@ DECODE_BINARY(UInt64) {
|
|
|
|
|
|
#include <math.h>
|
|
|
|
|
|
-#warning "No native IEEE 754 format detected. Use slow generic encoding."
|
|
|
+#pragma message "No native IEEE 754 format detected. Use slow generic encoding."
|
|
|
|
|
|
|
|
|
* Network Programming (http:
|