Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 645 Bytes

compiler-warning-level-1-c4935.md

File metadata and controls

15 lines (12 loc) · 645 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4935
Compiler Warning (level 1) C4935
11/04/2016
C4935
C4935
a36c56d3-571a-44dd-bb0f-bcc6b020e134

Compiler Warning (level 1) C4935

assembly access specifier modified from 'access'

The assembly visibility of a type was modified. The compiler uses the last specifier that it encounters. For example, the assembly visibility of a forward declaration may be different from the assembly visibility of the class definition.

C4935 is only reachable using the obsolete compiler option /clr:oldSyntax.