Forráskód Böngészése

Merge topic 'update-kwiml'

f2cc0ef2ed Merge branch 'upstream-KWIML' into update-kwiml
83dd9be285 KWIML 2023-11-16 (500bc253)

Acked-by: Kitware Robot <[email protected]>
Merge-request: !8978
Brad King 2 éve
szülő
commit
b6688f11df

+ 1 - 1
Utilities/KWIML/include/kwiml/abi.h

@@ -494,7 +494,7 @@ suppression macro KWIML_ABI_NO_VERIFY was defined.
 
 #if defined(_MSC_VER)
 # pragma warning (push)
-# pragma warning (disable:4309) /* static_cast trunction of constant value */
+# pragma warning (disable:4309) /* static_cast truncation of constant value */
 # pragma warning (disable:4310) /* cast truncates constant value */
 #endif
 

+ 1 - 1
Utilities/KWIML/include/kwiml/int.h

@@ -1016,7 +1016,7 @@ An includer may test the following macros after inclusion:
 
 #if defined(_MSC_VER)
 # pragma warning (push)
-# pragma warning (disable:4309) /* static_cast trunction of constant value */
+# pragma warning (disable:4309) /* static_cast truncation of constant value */
 # pragma warning (disable:4310) /* cast truncates constant value */
 #endif
 

+ 1 - 1
Utilities/KWIML/test/test_int_format.h

@@ -8,7 +8,7 @@
 
 #if defined(_MSC_VER)
 # pragma warning (push)
-# pragma warning (disable:4309) /* static_cast trunction of constant value */
+# pragma warning (disable:4309) /* static_cast truncation of constant value */
 # pragma warning (disable:4310) /* cast truncates constant value */
 #endif