Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 591 Bytes

compiler-warning-level-1-c4116.md

File metadata and controls

15 lines (12 loc) · 591 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4116
Compiler Warning (level 1) C4116
11/04/2016
C4116
C4116
25434ef3-061e-4252-91a5-0fe2a4b2ffb3

Compiler Warning (level 1) C4116

unnamed type definition in parentheses

A structure, union, or enumerated type with no name is defined in a parenthetical expression. The type definition is meaningless.

In a C function call, the definition has global scope. In a C++ function call, the definition has the same scope as the function being called.