Addressed several compiler warnings.

This commit is contained in:
mcclure 2017-10-09 13:03:48 -04:00
parent 08374524d0
commit fc4c64c782
61 changed files with 163 additions and 395 deletions

View file

@ -191,7 +191,7 @@ typedef struct
{
const char *pName; /* The name of the MSSP variable */
const char *pValue; /* The value of the MSSP variable */
const char *(*pFunction)();/* Optional function to return the value */
const char *(*pFunction)(void); /* Optional function to return the value */
} MSSP_t;
typedef struct