Avoid a warning in debugging mode
This commit is contained in:
parent
cae11bd51a
commit
cc628191ce
@ -121,7 +121,8 @@ int format_function(Format * format, char const * function)
|
|||||||
int format_init(Format * format, char const * filename, FILE * fp)
|
int format_init(Format * format, char const * filename, FILE * fp)
|
||||||
{
|
{
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf(stderr, "DEBUG: %s(\"%s\", %p)\n", __func__, filename, fp);
|
fprintf(stderr, "DEBUG: %s(\"%s\", %p)\n", __func__, filename,
|
||||||
|
(void *)fp);
|
||||||
#endif
|
#endif
|
||||||
format->helper.filename = filename;
|
format->helper.filename = filename;
|
||||||
format->helper.fp = fp;
|
format->helper.fp = fp;
|
||||||
|
Loading…
Reference in New Issue
Block a user