Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - 6301 size of parameter does not match destination http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 6301                Size of parameter does not match destination
------------------------------------------------------------------------------
 Description
   This warning occurs when a function parameter passed by reference is
   declared with a larger width than the variable being passed.

 Solution
   Adjust the width of the parameter and the variable. If it is made sure
   that the size difference can not cause any problem in practice, the
   warning can be switched off by the #pragma W_PARAMSIZE- directive,
   or the -W compiler switch.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson