summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-11-17 13:18:30 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-11-17 13:18:42 (GMT)
commitb6688f11df7ffe6d4f5851204dc5f9b1ffa7b9eb (patch)
tree8b47bd82a74bd07bf137f7430535d29bda99259c /Utilities
parentc78240c40666da1d428749572693a63e2cb0a7dc (diff)
parentf2cc0ef2ed5e44348f1a417179d7b1eb4a481198 (diff)
downloadCMake-b6688f11df7ffe6d4f5851204dc5f9b1ffa7b9eb.zip
CMake-b6688f11df7ffe6d4f5851204dc5f9b1ffa7b9eb.tar.gz
CMake-b6688f11df7ffe6d4f5851204dc5f9b1ffa7b9eb.tar.bz2
Merge topic 'update-kwiml'
f2cc0ef2ed Merge branch 'upstream-KWIML' into update-kwiml 83dd9be285 KWIML 2023-11-16 (500bc253) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8978
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/KWIML/include/kwiml/abi.h2
-rw-r--r--Utilities/KWIML/include/kwiml/int.h2
-rw-r--r--Utilities/KWIML/test/test_int_format.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/Utilities/KWIML/include/kwiml/abi.h b/Utilities/KWIML/include/kwiml/abi.h
index 0437854..cefe9ce 100644
--- a/Utilities/KWIML/include/kwiml/abi.h
+++ b/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
diff --git a/Utilities/KWIML/include/kwiml/int.h b/Utilities/KWIML/include/kwiml/int.h
index 49da373..d50c518 100644
--- a/Utilities/KWIML/include/kwiml/int.h
+++ b/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
diff --git a/Utilities/KWIML/test/test_int_format.h b/Utilities/KWIML/test/test_int_format.h
index e139bdb..56b022e 100644
--- a/Utilities/KWIML/test/test_int_format.h
+++ b/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