]> Dogcows Code - chaz/tar/blobdiff - src/common.h
build: new configure option --enable-gcc-warnings
[chaz/tar] / src / common.h
index a78e50f72f9d8d841a9730d025ea4e0e72b3d60d..eba3bb49010e89d74c85982643319060623eec3f 100644 (file)
@@ -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);
This page took 0.022085 seconds and 4 git commands to generate.