Преглед на файлове

Pragma message should be a string with quotation marks

Jens Reimann преди 7 години
родител
ревизия
c36c48ab85
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/ua_types_encoding_binary.c

+ 1 - 1
src/ua_types_encoding_binary.c

@@ -131,7 +131,7 @@ encodeWithExchangeBuffer(const void *ptr, encodeBinarySignature encodeFunc, Ctx
 
 #if !UA_BINARY_OVERLAYABLE_INTEGER
 
-#pragma message 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."
 
 /* These en/decoding functions are only used when the architecture isn't little-endian. */
 static void