Преглед изворни кода

improve warning message when endianness is not detected

Julius Pfrommer пре 8 година
родитељ
комит
c3014dd380
1 измењених фајлова са 2 додато и 2 уклоњено
  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__)