libtcc: Detect (but ignore) -init and -fini for -Wl
-- By by ... Detlef
This commit is contained in:
2
libtcc.h
2
libtcc.h
@ -32,7 +32,7 @@ LIBTCCAPI void tcc_set_error_func(TCCState *s, void *error_opaque,
|
||||
LIBTCCAPI int tcc_set_warning(TCCState *s, const char *warning_name, int value);
|
||||
|
||||
/* set linker option */
|
||||
LIBTCCAPI const char * tcc_set_linker(TCCState *s, const char *option, int multi);
|
||||
LIBTCCAPI const char * tcc_set_linker(TCCState *s, char *option, int multi);
|
||||
|
||||
/*****************************/
|
||||
/* preprocessor */
|
||||
|
||||
Reference in New Issue
Block a user