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.

Thanks. I have already done so.

josef


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