Explorar o código

improve warning message when endianness is not detected

Julius Pfrommer %!s(int64=9) %!d(string=hai) anos
pai
achega
c3014dd380
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      include/ua_config.h.in

+ 2 - 2
include/ua_config.h.in

@@ -172,11 +172,11 @@ extern "C" {
 
 #ifndef UA_BINARY_OVERLAYABLE_INTEGER
 # define UA_BINARY_OVERLAYABLE_INTEGER false
-# warning Slow Integer Encoding
+# warning Slow Integer Encoding. This warning can be removed safely. It is only an indicator that integer endianness could not be detected.
 #endif
 #ifndef UA_BINARY_OVERLAYABLE_FLOAT
 # define UA_BINARY_OVERLAYABLE_FLOAT false
-# warning Slow Float Encoding
+# warning Slow Float Encoding. This warning can be removed safely. It is only an indicator that the float encoding could not be detected.
 #endif
 
 #if defined(__clang__)