static analyzer bit in options.c
Analyzer didn't like the use of strchr on an incomplete type. Move the guts into a function in o_init.c.
This commit is contained in:
@@ -2085,6 +2085,7 @@ extern int choose_disco_sort(int);
|
||||
extern int dodiscovered(void);
|
||||
extern int doclassdisco(void);
|
||||
extern void rename_disco(void);
|
||||
extern void get_sortdisco(char *opts, boolean cnf) NONNULLARG1;
|
||||
|
||||
/* ### objects.c ### */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user