X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/031fa9ad4d17da5759bade845985e24ef2d14c98..c561edaa729c655ab6980c43517bd8a864df6cc7:/options.c diff --git a/options.c b/options.c index 5ab7b7f5..cbf7a527 100644 --- a/options.c +++ b/options.c @@ -214,6 +214,11 @@ static void print_rsync_version(enum logcode f) #if SIZEOF_INT64 < 8 rprintf(f, "WARNING: no 64-bit integers on this platform!\n"); #endif + if (sizeof (int64) != SIZEOF_INT64) { + rprintf(f, + "WARNING: size mismatch in SIZEOF_INT64 define (%d != %d)\n", + (int) SIZEOF_INT64, (int) sizeof (int64)); + } rprintf(f, "\n"