mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix compiler size warning for debug output
This commit is contained in:
parent
f52ef6d450
commit
f5f0171d55
2 changed files with 4 additions and 1 deletions
|
@ -319,7 +319,7 @@ fd_cache_close (const char *fname, FILEP_OR_FD fp)
|
|||
close(fp);
|
||||
#endif
|
||||
if( DBG_IOBUF )
|
||||
log_debug ("fd_cache_close (%p) real\n", (void*)fp);
|
||||
log_debug ("fd_cache_close (%d) real\n", (int)fp);
|
||||
return;
|
||||
}
|
||||
/* try to reuse a slot */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue