X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon.h;h=eba3bb49010e89d74c85982643319060623eec3f;hb=cbc51277aa4de1f41434ba073f2e4546ead63005;hp=a78e50f72f9d8d841a9730d025ea4e0e72b3d60d;hpb=8c0146d2c954c2b63e94695c95f0c7d56cc629ca;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index a78e50f..eba3bb4 100644 --- a/src/common.h +++ b/src/common.h @@ -781,7 +781,8 @@ void sys_exec_checkpoint_script (const char *script_name, int checkpoint_number); /* Module compare.c */ -void report_difference (struct tar_stat_info *st, const char *message, ...); +void report_difference (struct tar_stat_info *st, const char *message, ...) + __attribute__ ((format (printf, 2, 3))); /* Module sparse.c */ bool sparse_member_p (struct tar_stat_info *st);