From 90ea4ae212f729b301e4a1bc3cd29d7e89442d10 Mon Sep 17 00:00:00 2001 From: pfg Date: Sat, 21 Dec 2013 19:53:51 +0000 Subject: gcc: warnings from -Wformat-security Minor mismatch in r259666. Obtained from: Apple GCC 4.2 - 5646 (Radar 5764921) MFC after: 1 week --- contrib/gcc/gcov.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/gcc') diff --git a/contrib/gcc/gcov.c b/contrib/gcc/gcov.c index 5911ae3..e973b04 100644 --- a/contrib/gcc/gcov.c +++ b/contrib/gcc/gcov.c @@ -414,10 +414,10 @@ print_usage (int error_p) static void print_version (void) { - fnotice (stdout, "%s", "gcov (GCC) %s\n", version_string); + fnotice (stdout, "gcov (GCC) %s\n", version_string); fprintf (stdout, "Copyright %s 2006 Free Software Foundation, Inc.\n", _("(C)")); - fnotice (stdout, + fnotice (stdout, "%s", _("This is free software; see the source for copying conditions.\n" "There is NO warranty; not even for MERCHANTABILITY or \n" "FITNESS FOR A PARTICULAR PURPOSE.\n\n")); -- cgit v1.1