summaryrefslogtreecommitdiff
path: root/MagickCore/image-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'MagickCore/image-view.c')
-rw-r--r--MagickCore/image-view.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/MagickCore/image-view.c b/MagickCore/image-view.c
index 2ac0022c8..8dc9e48b5 100644
--- a/MagickCore/image-view.c
+++ b/MagickCore/image-view.c
@@ -22,7 +22,7 @@
% March 2003 %
% %
% %
-% Copyright 1999-2020 ImageMagick Studio LLC, a non-profit organization %
+% Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization %
% dedicated to making software imaging solutions freely available. %
% %
% You may not use this file except in compliance with the License. You may %
@@ -253,11 +253,11 @@ MagickExport MagickBooleanType DuplexTransferImageViewIterator(
MagickBooleanType
sync;
- register const Quantum
+ const Quantum
*magick_restrict duplex_pixels,
*magick_restrict pixels;
- register Quantum
+ Quantum
*magick_restrict destination_pixels;
if (status == MagickFalse)
@@ -563,7 +563,7 @@ MagickExport MagickBooleanType GetImageViewIterator(ImageView *source,
const int
id = GetOpenMPThreadId();
- register const Quantum
+ const Quantum
*pixels;
if (status == MagickFalse)
@@ -911,7 +911,7 @@ MagickExport MagickBooleanType SetImageViewIterator(ImageView *destination,
MagickBooleanType
sync;
- register Quantum
+ Quantum
*magick_restrict pixels;
if (status == MagickFalse)
@@ -1040,10 +1040,10 @@ MagickExport MagickBooleanType TransferImageViewIterator(ImageView *source,
MagickBooleanType
sync;
- register const Quantum
+ const Quantum
*magick_restrict pixels;
- register Quantum
+ Quantum
*magick_restrict destination_pixels;
if (status == MagickFalse)
@@ -1169,7 +1169,7 @@ MagickExport MagickBooleanType UpdateImageViewIterator(ImageView *source,
const int
id = GetOpenMPThreadId();
- register Quantum
+ Quantum
*magick_restrict pixels;
if (status == MagickFalse)