Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 665 Bytes

compiler-warning-level-1-c4176.md

File metadata and controls

22 lines (18 loc) · 665 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4176
Compiler Warning (level 1) C4176
11/04/2016
C4176
C4176
cfffb934-219a-4a63-9df6-ba54405bf766

Compiler Warning (level 1) C4176

'subcomponent' : unknown subcomponent for #pragma component browser

The component pragma contains an invalid subcomponent. To exclude references to a particular name, you must use the references option before the name.

Example

// C4176.cpp
// compile with: /W1 /LD
#pragma component(browser, off, i)  // C4176
#pragma component(browser, off, references, i) // ok