Skip to content

Commit c340b6d

Browse files
authored
Add blockquotes for error messages in range [C1211, C1800]
1 parent d68011f commit c340b6d

20 files changed

+20
-20
lines changed

docs/error-messages/compiler-errors-1/fatal-error-c1305.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 1629c850-e2db-4678-83d8-9bfc85323bc5
88
---
99
# Fatal Error C1305
1010

11-
profile database 'pgd_file' is for a different architecture
11+
> profile database 'pgd_file' is for a different architecture
1212
1313
A .pgd file that was generated from the /LTCG:PGINSTRUMENT operation for another platform was passed to [/LTCG:PGOPTIMIZE](../../build/reference/ltcg-link-time-code-generation.md) . [Profile-guided optimizations](../../build/profile-guided-optimizations.md) are available for x86 and x64 platforms. However, a .pgd file generated with a /LTCG:PGINSTRUMENT operation for one platform is not valid as input to a /LTCG:PGOPTIMIZE for a different platform.
1414

docs/error-messages/compiler-errors-1/fatal-error-c1307.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 6f77d3d4-ba8a-476c-b540-aff19eb4efc4
88
---
99
# Fatal Error C1307
1010

11-
program has been edited since profile data was collected
11+
> program has been edited since profile data was collected
1212
1313
When using [/LTCG:PGOPTIMIZE](../../build/reference/ltcg-link-time-code-generation.md), the linker detected an input module that was recompiled after /LTCG:PGINSTRUMENT and that the module was changed to the point where existing profile data is no longer relevant. For example, if the call graph changed in the recompiled module, the compiler will generate C1307.
1414

docs/error-messages/compiler-errors-1/fatal-error-c1308.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 46177997-069e-433a-8e20-93c846d78ffd
88
---
99
# Fatal Error C1308
1010

11-
linking assemblies is not supported
11+
> linking assemblies is not supported
1212
1313
A .netmodule is allowed as input to the linker, but an assembly is not. This error can be generated when an attempt is made to link an assembly compiled with `/clr:safe`.
1414

docs/error-messages/compiler-errors-1/fatal-error-c1309.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: a95363d6-a4f3-45fb-9690-aa7e552093b7
88
---
99
# Fatal Error C1309
1010

11-
Mismatched versions of C2.DLL and PGODB\<version>.DLL
11+
> Mismatched versions of C2.DLL and PGODB\<version>.DLL
1212
1313
The toolset you are using to build and use [Profile-Guided Optimizations](../../build/profile-guided-optimizations.md) contains mismatched components. If you cannot manually resolve this error, reinstall Visual C++.

docs/error-messages/compiler-errors-1/fatal-error-c1310.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: ac48aa51-8023-42fe-b844-3f8bf228fbef
88
---
99
# Fatal Error C1310
1010

11-
profile guided optimizations are not available with OpenMP
11+
> profile guided optimizations are not available with OpenMP
1212
1313
You will not be able to link with [/LTCG:PGI](../../build/reference/ltcg-link-time-code-generation.md) any module that was compiled with [/GL](../../build/reference/gl-whole-program-optimization.md).
1414

docs/error-messages/compiler-errors-1/fatal-error-c1311.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 6590a06c-ce9d-4f17-8f62-c809343143b8
88
---
99
# Fatal Error C1311
1010

11-
COFF format cannot statically initialize 'var' with number byte(s) of an address
11+
> COFF format cannot statically initialize 'var' with number byte(s) of an address
1212
1313
An address whose value is not known at compile time cannot be statically assigned to a variable whose type has storage of less than four bytes.
1414

docs/error-messages/compiler-errors-1/fatal-error-c1312.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: 1aa7cd0e-d45f-4ae7-a85d-015ebb962eaf
88
---
99
# Fatal Error C1312
1010

11-
Too many conditional branches in function. Simplify or refactor source code.
11+
> Too many conditional branches in function. Simplify or refactor source code.
1212
1313
The code is too complex for the compiler to process without running out of stack memory. Simplify your code.

docs/error-messages/compiler-errors-1/fatal-error-c1313.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: 6c7631c8-6fd7-476a-9303-564717fda0f9
88
---
99
# Fatal Error C1313
1010

11-
compiler limit : type blocks may not be nested deeper than number levels
11+
> compiler limit : type blocks may not be nested deeper than number levels
1212
1313
Exception handling (or structured exception handling) blocks were nested too deeply. Simplify your code.

docs/error-messages/compiler-errors-1/fatal-error-c1350.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 8bb47c23-ac9c-4a33-9ede-4d63ed9d4ba8
88
---
99
# Fatal Error C1350
1010

11-
error loading dll 'dll': dll not found
11+
> error loading dll 'dll': dll not found
1212
1313
The DLL that supports the attempted operation was not found.
1414

docs/error-messages/compiler-errors-1/fatal-error-c1352.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: d044e8b0-b6ef-4d57-8eb5-6254071be707
88
---
99
# Fatal Error C1352
1010

11-
Invalid or corrupt MSIL in function 'function' from module 'file'
11+
> Invalid or corrupt MSIL in function 'function' from module 'file'
1212
1313
A .netmodule was passed to the compiler, but the compiler detected corruption in the file. Ask the person who produced the .netmodule to investigate.
1414

0 commit comments

Comments
 (0)