e2fsprogs/tests/progs
Theodore Ts'o 5299580c1c Use format strings directly to prevent -Werror=format-security failures
Gcc is too stupid to realize that:

    const char *usage="String which has no percent signs";

    com_err(progname, 0, usage);

is OK.  I refuse to bow to stupidity with:

   com_err(progname, 0, "%s", usage);

but I will use the string directly for the sake of people who like to
build with -Werror=format-security.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2009-01-20 13:05:25 -05:00
..
test_data Fix up usage and decrement error messages in the test_icount program 2007-04-07 09:06:46 -04:00
Makefile.in Fix LIBSS dependency problem for tests/test_icount and lib/ss/test_ss 2008-06-07 22:19:52 -04:00
hold_inode.c ChangeLog, hold_inode.c, random_exercise.c: 2000-08-20 21:48:45 +00:00
random_exercise.c Remove trailing whitespace for the entire source tree 2008-08-27 23:07:54 -04:00
test_icount.c Use format strings directly to prevent -Werror=format-security failures 2009-01-20 13:05:25 -05:00
test_icount.h ChangeLog, test_icount.c, test_icount.h: 1998-03-30 01:08:41 +00:00
test_icount_cmds.ct Many files: 1997-04-29 17:48:10 +00:00
test_rel.c Remove trailing whitespace for the entire source tree 2008-08-27 23:07:54 -04:00
test_rel.h Remove trailing whitespace for the entire source tree 2008-08-27 23:07:54 -04:00
test_rel_cmds.ct Many files: 1997-04-29 16:17:09 +00:00