A few minor edits to prevent compiler warnings around the changes

made in yesterday's commit (implicit return value, missing string.h
include).
This commit is contained in:
Tim Edwards 2021-01-08 14:39:32 -05:00
parent feeeccecda
commit 0e1ca4ba07
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
8.3.112
8.3.113

View File

@ -26,6 +26,7 @@ static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/
#endif /* not lint */
#include <stdio.h>
#include <string.h>
#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;