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
This commit is contained in:
KWIML Upstream
2023-11-16 11:15:56 -05:00
committed by Brad King
parent 2a233bb754
commit 83dd9be285
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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