Intel® C++ Compiler XE 13.1 User and Reference Guides

fgnu89-inline

Tells the compiler to use C89 semantics for inline functions when in C99 mode.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

-fgnu89-inline

Windows:

None

Arguments

None

Default

OFF

Description

This option tells the compiler to use C89 semantics for inline functions when in C99 mode.

Alternate Options

None


Submit feedback on this help topic