remove warnings

This commit is contained in:
Thomas Stalder
2016-11-13 11:45:55 +01:00
parent 59216d3db0
commit 4af25aed92
2 changed files with 3 additions and 4 deletions

2
tcc.h
View File

@ -1527,7 +1527,7 @@ ST_FUNC void pe_add_unwind_data(unsigned start, unsigned end, unsigned stack);
ST_FUNC void *dlopen(const char *filename, int flag);
ST_FUNC void dlclose(void *p);
ST_FUNC const char *dlerror(void);
ST_FUNC void *dlsym(int flag, const char *symbol);
ST_FUNC void *dlsym(void *handle, const char *symbol);
#endif
#ifdef CONFIG_TCC_BACKTRACE
ST_DATA int rt_num_callers;