mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-25 11:24:54 +02:00
eliminate compiler warning
This commit is contained in:
+2
-2
@@ -638,8 +638,8 @@ static MagickBooleanType IsPolicyCacheInstantiated(ExceptionInfo *exception)
|
||||
%
|
||||
*/
|
||||
|
||||
static inline MagickBooleanType ParseNamespace(
|
||||
const char *restrict qualified_pattern,char **name,char **pattern)
|
||||
static inline MagickBooleanType ParseNamespace(const char *qualified_pattern,
|
||||
char **name,char **pattern)
|
||||
{
|
||||
const char
|
||||
*p,
|
||||
|
||||
Reference in New Issue
Block a user