]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Tell the compiler that debuga_more uses printf like arguments.
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Sun, 26 Apr 2015 15:08:07 +0000 (17:08 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Sun, 26 Apr 2015 15:08:07 +0000 (17:08 +0200)
include/defs.h

index 2ac5ae79ed64d13b15e7749642b8a541659c61f4..cd181e66db093389b32fbd83a8770c85f74ae511 100644 (file)
@@ -375,7 +375,7 @@ void output_html_string(FILE *fp_ou,const char *str,int maxlen);
 void output_html_url(FILE *fp_ou,const char *url);
 void output_html_link(FILE *fp_ou,const char *url,int maxlen);
 void debuga(const char *msg,...) __attribute__((format(printf,1,2)));
-void debuga_more(const char *msg,...);
+void debuga_more(const char *msg,...) __attribute__((format(printf,1,2)));
 void debugaz(const char *msg,...) __attribute__((format(printf,1,2)));
 void my_lltoa(unsigned long long int n, char *s, int ssize, int len);
 void url_module(const char *url, char *w2);