Bug#820687: whitedune: conflicting declarations of mysnprintf
mufti11
mufti11 at web.de
Sat Jun 18 18:45:46 UTC 2016
file linux/../../mysnprintf.h line 17: error: conflicting function
declarations `mysnprintf'
old definition in module `mysnprintf' file mysnprintf.c line 870
signed int (char *str, unsigned long int count, const char *fmt, ..new
definition in module `SDL_sysjoystick' file mysnprintf.h line 17
signed int (char *, const unsigned int, const char *, ...)
The header should be
$ grep mysnprintf mysnprintf.h
int mysnprintf(char *str, size_t count, const char *fmt, ...);
This matches
$ grep mysnprintf mysnprintf.c
int mysnprintf (char *str,size_t count,const char *fmt,...)
so long
MUFTI
More information about the pkg-multimedia-maintainers
mailing list