e2fsprogs/lib
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
..
blkid blkid: Add support for detecting user-level suspend as a swsuspend signature 2009-01-20 12:08:07 -05:00
e2p Fix pkg-config files: use Requires.private and fix the include directory 2008-09-02 21:20:44 -04:00
et libcom_err: Add missing type declarations to clean up -Wall warnings 2008-10-02 08:52:38 -04:00
ext2fs ext2fs_open2: Add more checks for filesystem consistency 2009-01-19 23:16:10 -05:00
ss Use format strings directly to prevent -Werror=format-security failures 2009-01-20 13:05:25 -05:00
uuid Fix pkg-config files: use Requires.private and fix the include directory 2008-09-02 21:20:44 -04:00
Makefile.bsd-lib Fix profile, checker, and shared-library building on non-Linux platforms 2008-01-01 16:48:09 -05:00
Makefile.checker Fix profile, checker, and shared-library building on non-Linux platforms 2008-01-01 16:48:09 -05:00
Makefile.darwin-lib Fix profile, checker, and shared-library building on non-Linux platforms 2008-01-01 16:48:09 -05:00
Makefile.elf-lib Install with relative symlinks if $(root_libdir) == $(libdir) 2008-09-07 03:17:22 -04:00
Makefile.library Fix parallel build problem 2008-05-11 20:34:12 -04:00
Makefile.profile Fix profile, checker, and shared-library building on non-Linux platforms 2008-01-01 16:48:09 -05:00
Makefile.solaris-lib Fix profile, checker, and shared-library building on non-Linux platforms 2008-01-01 16:48:09 -05:00
fpopen.c Remove trailing whitespace for the entire source tree 2008-08-27 23:07:54 -04:00