Skip to content

Commit 581adc3

Browse files
authored
Update compiler-warning-c4335.md
1 parent 1c39976 commit 581adc3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
---
2-
description: "Learn more about: Compiler Warning C4335"
3-
title: "Compiler Warning C4335"
2+
description: "Learn more about: Compiler Warning (level 1) C4335"
3+
title: "Compiler Warning(level 1) C4335"
44
ms.date: "11/04/2016"
55
f1_keywords: ["C4335"]
66
helpviewer_keywords: ["C4335"]
7-
ms.assetid: e66467ad-a10b-4438-8c7c-e8e8d11d39bb
87
---
9-
# Compiler Warning C4335
8+
# Compiler Warning (level 1) C4335
109

11-
Mac file format detected: please convert the source file to either DOS or UNIX format
10+
> Mac file format detected: please convert the source file to either DOS or UNIX format
1211
13-
The line termination character of the first line of a source file is Macintosh style ('\r') as opposed to UNIX ('\n') or DOS ('\r\n').
12+
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').
1413

15-
This warning is always issued as an error. See [warning](../../preprocessor/warning.md) pragma for information about how to disable this warning. Also, this warning is only issued once per compiland. Therefore, if there are multiple `#include` directives that specify files in Macintosh format, C4335 will only be issued once.
14+
This warning is only issued once per translation unit. Therefore, if there are multiple `#include` directives that specify files in Macintosh format, C4335 will only be issued once.
1615

1716
One way to generate files in Macintosh format is by using the **Advanced Save Options** (on the **File** menu) in Visual Studio.
1817

0 commit comments

Comments
 (0)