From 83dd9be285328b4005db47c861e1818c042dabbb Mon Sep 17 00:00:00 2001 From: KWIML Upstream Date: Thu, 16 Nov 2023 11:15:56 -0500 Subject: KWIML 2023-11-16 (500bc253) Code extracted from: https://gitlab.kitware.com/utils/kwiml.git at commit 500bc25359cdf9e7357315ae3a6c05d606d93ea3 (master). Upstream Shortlog ----------------- Brad King (1): 500bc253 codespell: fix typos --- include/kwiml/abi.h | 2 +- include/kwiml/int.h | 2 +- test/test_int_format.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/kwiml/abi.h b/include/kwiml/abi.h index 0437854..cefe9ce 100644 --- a/include/kwiml/abi.h +++ b/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/include/kwiml/int.h b/include/kwiml/int.h index 49da373..d50c518 100644 --- a/include/kwiml/int.h +++ b/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/test/test_int_format.h b/test/test_int_format.h index e139bdb..56b022e 100644 --- a/test/test_int_format.h +++ b/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 -- cgit v0.12