X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fwarning.c;h=d58a575d5813fe2e7f83fc907cb4d71a47ea24e4;hb=2c06a80918019471876956eef4ef22f05c9e0571;hp=81805e106df9ba726437231ac27d2c17267f0c01;hpb=cd7bdd4076ca154575bbef85eb2157e59befcfe2;p=chaz%2Ftar diff --git a/src/warning.c b/src/warning.c index 81805e1..d58a575 100644 --- a/src/warning.c +++ b/src/warning.c @@ -46,6 +46,7 @@ static char const *const warning_args[] = { "decompress-program", "existing-file", "xattr-write", + "record-size", NULL }; @@ -72,7 +73,8 @@ static int warning_types[] = { WARN_XDEV, WARN_DECOMPRESS_PROGRAM, WARN_EXISTING_FILE, - WARN_XATTR_WRITE + WARN_XATTR_WRITE, + WARN_RECORD_SIZE }; ARGMATCH_VERIFY (warning_args, warning_types);