Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 386 Bytes

compiler-warning-level-1-c4141.md

File metadata and controls

18 lines (15 loc) · 386 Bytes
description title ms.date f1_keywords helpviewer_keywords
Learn more about: Compiler Warning (level 1, Error) C4141
Compiler Warning (level 1, Error) C4141
11/04/2016
C4141
C4141

Compiler Warning (level 1, Error) C4141

'modifier': used more than once

Example

// C4141.cpp
// compile with: /W1 /LD
inline inline void func ();   // C4141