FIXME note in src/parse.gperf re:compiler warnings
This commit is contained in:
parent
0cd504ea9b
commit
4a3eacdbe2
1 changed files with 1 additions and 1 deletions
|
|
@ -303,5 +303,5 @@ void parse_one_option(struct cfginfo *restrict tmpcfg, const char *str, const ch
|
|||
exit(53);
|
||||
}
|
||||
|
||||
memcpy(offset+(char*)tmpcfg, &opt, sizeof(char*));
|
||||
memcpy(offset+(char*)tmpcfg, &opt, sizeof(char*)); /* FIXME: This causes a warning; should it be 'sizeof(char)', or do we need to have the warning suppressed? -bjk 2021.10.14 */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue