Intel® C++ Compiler 16.0 User and Reference Guide

Wmain

Determines whether a warning is issued if the return type of main is not expected.

Syntax

Linux and OS X:

-Wmain

-Wno-main

Windows:

None

Arguments

None

Default

-Wno-main

No warning is issued if the return type of main is not expected.

Description

This option determines whether a warning is issued if the return type of main is not expected.

IDE Equivalent

None

Alternate Options

None