This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: warning when bool parameter in function prototype


 > I have this prototype and function in my rewrite of bb-reorder pass:
 > Compiler writes a warning
 > warning: promoted argument `code_may_grow' doesn't match prototype
 > when bootstraping.

Change `code_may_grow' to an int.
See http://gcc.gnu.org/ml/gcc-patches/2003-01/msg00570.html

--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]