Visible to Intel only — GUID: GUID-DB1FD0B2-9590-4B65-8A27-F1CCA0DAE615
Visible to Intel only — GUID: GUID-DB1FD0B2-9590-4B65-8A27-F1CCA0DAE615
fextend-arguments, Qextend-arguments
Controls how scalar integer arguments are extended in calls to unprototyped and varargs functions.
Syntax
Linux and macOS: |
-fextend-arguments=n |
Windows: |
/Qextend-arguments:n |
Arguments
n |
Specifies the extension for the integer parameters. Possible values are:
|
Default
-fextend-arguments=32 or /Qextend-arguments:32 |
Unprototyped integer parameters are extended to 32 bits. |
Description
This option controls how scalar integer arguments are extended in calls to unprototyped and varargs functions.
IDE Equivalent
Alternate Options
None