OSDN Git Service

(warning_with_line): Fix typo in declaration when !HAVE_VPRINTF and
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Aug 1995 22:00:40 +0000 (22:00 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Aug 1995 22:00:40 +0000 (22:00 +0000)
defined (__STDC__).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10245 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cccp.c

index a1cc53e..5269c55 100644 (file)
@@ -1157,7 +1157,7 @@ static void vwarning PROTO((char *, va_list));
 static void error_with_line PRINTF_PROTO_2((int, char *, ...));
 static void verror_with_line PROTO((int, char *, va_list));
 static void vwarning_with_line PROTO((int, char *, va_list));
-static void warning_with_line PROTO((int, char *, ...));
+static void warning_with_line PRINTF_PROTO_2((int, char *, ...));
 void pedwarn PRINTF_PROTO_1((char *, ...));
 void pedwarn_with_line PRINTF_PROTO_2((int, char *, ...));
 static void pedwarn_with_file_and_line PRINTF_PROTO_3((char *, int, char *, ...));