warn_largeargs

Controls the issuing of warnings for passing non-“int” numeric values to unprototyped functions.

Syntax

#pragma warn_largeargs on | off | reset

Targets
All platforms.
Remarks

If you enable this pragma, the compiler issues a warning if you attempt to pass a non-integer numeric value, such as a float or long long, to an unprototyped function when the require_prototypes pragma is disabled.

This pragma does not correspond to any panel setting. To check this setting, use __option (warn_largeargs), described in Checking Settings. The default setting is off.