X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=src%2Fwarning.c;h=1cea3161466ffca04acda97b647b387304a9c452;hp=81805e106df9ba726437231ac27d2c17267f0c01;hb=45ccda119355a1087450039a250359c1d0de0d08;hpb=cd7bdd4076ca154575bbef85eb2157e59befcfe2 diff --git a/src/warning.c b/src/warning.c index 81805e1..1cea316 100644 --- a/src/warning.c +++ b/src/warning.c @@ -1,6 +1,6 @@ /* Warnings for GNU tar. - Copyright 2009, 2012-2013 Free Software Foundation, Inc. + Copyright 2009, 2012-2014 Free Software Foundation, Inc. This file is part of GNU tar. @@ -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);