From: Richard Kenner Date: Tue, 27 Sep 1994 22:31:04 +0000 (-0400) Subject: (warn_with_method): Make arg int, not char. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=627c097fdc146c6d6b468e595b56b2c01bcb1da7;p=gcc.git (warn_with_method): Make arg int, not char. From-SVN: r8148 --- diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index b62ac123e92..87d784a2cf7 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -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)