Fix compiler warnings

This commit is contained in:
Benau
2020-01-03 13:16:16 +08:00
parent e401a3c865
commit d729c543f9
4 changed files with 20 additions and 20 deletions

View File

@@ -2274,7 +2274,7 @@ char * save_string(
FILEINFO * get_file(
const char * name, /* File or macro name */
const char * src_dir, /* Source file directory*/
const char * fullname, /* Full path list */
char * fullname, /* Full path list */
size_t bufsize, /* Line buffer size */
int include_opt /* Specified by -include opt (for GCC) */
)