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 |
|
|
'modifier': used more than once
// C4141.cpp
// compile with: /W1 /LD
inline inline void func (); // C4141