From 0e1ca4ba079e08c710f8f2262844d3d2aad70186 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Fri, 8 Jan 2021 14:39:32 -0500 Subject: [PATCH] A few minor edits to prevent compiler warnings around the changes made in yesterday's commit (implicit return value, missing string.h include). --- VERSION | 2 +- cif/CIFhier.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index e02f50e2..1beaf238 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.112 +8.3.113 diff --git a/cif/CIFhier.c b/cif/CIFhier.c index 63cfb410..9d2860e5 100644 --- a/cif/CIFhier.c +++ b/cif/CIFhier.c @@ -26,6 +26,7 @@ static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/ #endif /* not lint */ #include +#include #include "tcltk/tclmagic.h" #include "utils/magic.h" @@ -220,6 +221,7 @@ cifHierCleanup() * ---------------------------------------------------------------------------- */ +int cifMaskHints(name, value, targetDef) char *name; char *value; @@ -296,6 +298,7 @@ typedef struct _maskHintsData * ---------------------------------------------------------------------------- */ +int cifFlatMaskHints(name, value, mhd) char *name; char *value;