eliminated compiler warnings
This commit is contained in:
@@ -415,6 +415,8 @@ static char credits[] = "\n\
|
||||
@(#)snprintf.c, v2.2: Mark Martinec, <mark.martinec@ijs.si>\n\
|
||||
@(#)snprintf.c, v2.2: Copyright 1999, Mark Martinec. Frontier Artistic License applies.\n\
|
||||
@(#)snprintf.c, v2.2: http://www.ijs.si/software/snprintf/\n";
|
||||
/* avoid not used warning */
|
||||
inline const char* get_credits_snprintf(const char* dummy) { return credits; }
|
||||
|
||||
#if defined(NEED_ASPRINTF)
|
||||
int asprintf(char **ptr, const char *fmt, /*args*/ ...) {
|
||||
|
||||
Reference in New Issue
Block a user