Intel® C++ Compiler 16.0 User and Reference Guide
Controls how scalar integer arguments are extended in calls to unprototyped and varargs functions.
Linux and OS X: | -fextend-arguments=n |
Windows: | /Qextend-arguments:n |
n |
Specifies the extension for the integer parameters. Possible values are:
|
-fextend-arguments=32 or /Qextend-arguments:32 |
Unprototyped integer parameters are extended to 32 bits. |
This option controls how scalar integer arguments are extended in calls to unprototyped and varargs functions.
None