summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorL. E. Segovia <amy@amyspark.me>2022-12-03 10:51:23 -0300
committerL. E. Segovia <amy@amyspark.me>2022-12-06 17:37:38 +0000
commitfd231002009b9df30ee42faa06f6c6f1f4453145 (patch)
tree3ffec6bad00c20416ba5cd30ed94fc46c410a75f /plugins
parenta263a9906e559c1db86d0930c92b508590a4c713 (diff)
downloadlcms2-fd231002009b9df30ee42faa06f6c6f1f4453145.tar.gz
fast_float: fix uses of extended ASCII triggering MSVC codepage warning
Let's get rid of tilde completely Co-authored-by: Marti Maria <marti.maria@littlecms.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/fast_float/src/fast_8_matsh.c4
-rw-r--r--plugins/fast_float/src/fast_float_15mats.c4
-rw-r--r--plugins/fast_float/src/fast_float_matsh.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/plugins/fast_float/src/fast_8_matsh.c b/plugins/fast_float/src/fast_8_matsh.c
index 893b761..f39c669 100644
--- a/plugins/fast_float/src/fast_8_matsh.c
+++ b/plugins/fast_float/src/fast_8_matsh.c
@@ -362,8 +362,8 @@ cmsBool Optimize8MatrixShaper(_cmsTransform2Fn* TransformFn,
_cmsStageToneCurvesData* mpeC1 = (_cmsStageToneCurvesData*) cmsStageData(Curve1);
_cmsStageToneCurvesData* mpeC2 = (_cmsStageToneCurvesData*) cmsStageData(Curve2);
- // In this particular optimization, caché does not help as it takes more time to deal with
- // the caché that with the pixel handling
+ // In this particular optimization, cache does not help as it takes more time to deal with
+ // the cache that with the pixel handling
*dwFlags |= cmsFLAGS_NOCACHE;
diff --git a/plugins/fast_float/src/fast_float_15mats.c b/plugins/fast_float/src/fast_float_15mats.c
index aaa3697..19e2378 100644
--- a/plugins/fast_float/src/fast_float_15mats.c
+++ b/plugins/fast_float/src/fast_float_15mats.c
@@ -336,8 +336,8 @@ cmsBool OptimizeMatrixShaper15(_cmsTransform2Fn* TransformFn,
_cmsStageToneCurvesData* mpeC1 = (_cmsStageToneCurvesData*)cmsStageData(Curve1);
_cmsStageToneCurvesData* mpeC2 = (_cmsStageToneCurvesData*)cmsStageData(Curve2);
- // In this particular optimization, caché does not help as it takes more time to deal with
- // the caché that with the pixel handling
+ // In this particular optimization, cache does not help as it takes more time to deal with
+ // the cache that with the pixel handling
*dwFlags |= cmsFLAGS_NOCACHE;
// Setup the optimizarion routines
diff --git a/plugins/fast_float/src/fast_float_matsh.c b/plugins/fast_float/src/fast_float_matsh.c
index 1f87935..19e8aa5 100644
--- a/plugins/fast_float/src/fast_float_matsh.c
+++ b/plugins/fast_float/src/fast_float_matsh.c
@@ -332,7 +332,7 @@ cmsBool OptimizeFloatMatrixShaper(_cmsTransform2Fn* TransformFn,
_cmsStageToneCurvesData* mpeC1 = (_cmsStageToneCurvesData*) cmsStageData(Curve1);
_cmsStageToneCurvesData* mpeC2 = (_cmsStageToneCurvesData*) cmsStageData(Curve2);
- // In this particular optimization, caché does not help as it takes more time to deal with
+ // In this particular optimization, cache does not help as it takes more time to deal with
// the cachthat with the pixel handling
*dwFlags |= cmsFLAGS_NOCACHE;