(warn_with_method): Make arg int, not char.

From-SVN: r8148
This commit is contained in:
Richard Kenner 1994-09-27 18:31:04 -04:00
parent d149d5f5d9
commit 627c097fdc
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* Implement classes and message passing for Objective C.
Copyright (C) 1992, 1993 Free Software Foundation, Inc.
Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
Author: Steve Naroff.
This file is part of GNU CC.
@ -6448,7 +6448,7 @@ start_method_def (method)
static void
warn_with_method (message, mtype, method)
char *message;
char mtype;
int mtype;
tree method;
{
if (count_error (1) == 0)