Fix some warnings from newer compilers

This commit is contained in:
Justin Maggard
2020-09-25 17:48:07 -07:00
committed by Justin Maggard
parent 9fba41008a
commit 9f1677825c
10 changed files with 35 additions and 22 deletions

View File

@ -211,6 +211,7 @@ extern uint32_t runtime_flags;
extern const char *pidfilename;
#define UUIDVALUE_MAX_LEN 42
extern char uuidvalue[];
#define MODELNAME_MAX_LEN 64