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

Wmissing-prototypes

Determines whether warnings are issued for missing prototypes.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

-Wmissing-prototypes

-Wno-missing-prototypes

Windows:

None

Arguments

None

Default

-Wno-missing-prototypes

No warnings are issued for missing prototypes.

Description

Determines whether warnings are issued for missing prototypes.

If -Wmissing-prototypes is specified, it tells the compiler to detect global functions that are defined without a previous prototype declaration.

Alternate Options

None


Submit feedback on this help topic