Skip to content

Commit a79eced

Browse files
authored
Merge pull request MicrosoftDocs#5562 from Rageking8/fix-title-and-update-c4335-warning-reference
Fix title and update C4335 warning reference
2 parents 07e2547 + 31cd15c commit a79eced

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/error-messages/compiler-warnings/compiler-warning-c4335.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
2+
title: "Compiler Warning (level 1) C4335"
23
description: "Learn more about: Compiler Warning (level 1) C4335"
3-
title: "Compiler Warning(level 1) C4335"
4-
ms.date: "11/04/2016"
4+
ms.date: 11/04/2016
55
f1_keywords: ["C4335"]
66
helpviewer_keywords: ["C4335"]
77
---
88
# Compiler Warning (level 1) C4335
99

1010
> Mac file format detected: please convert the source file to either DOS or UNIX format
1111
12+
## Remarks
13+
1214
The line termination character of the first line of a source file is the old Macintosh style ('\r') as opposed to UNIX ('\n') or DOS ('\r\n').
1315

1416
This warning is only issued once per translation unit. Therefore, if there are multiple `#include` directives that specify files in Macintosh format, C4335 is emitted once.
@@ -17,7 +19,7 @@ One way to generate files in Macintosh format is by using the **Advanced Save Op
1719

1820
## Example
1921

20-
The following sample generates C4335.
22+
The following example generates C4335:
2123

2224
```cpp
2325
// C4335 expected

0 commit comments

Comments
 (0)