Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/error-messages/tool-errors/bscmake-warning-bk4502.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: BSCMAKE Warning BK4502"
title: "BSCMAKE Warning BK4502"
ms.date: "11/04/2016"
description: "Learn more about: BSCMAKE Warning BK4502"
ms.date: 11/04/2016
f1_keywords: ["BK4502"]
helpviewer_keywords: ["BK4502"]
ms.assetid: ee412ec8-df03-4cdb-91ee-5d609ded8691
---
# BSCMAKE Warning BK4502

truncated .SBR file 'filename' not in filename
> truncated .SBR file 'filename' not in filename

## Remarks

A zero-length .sbr file that was not originally part of the .bsc file was specified during an update.

Expand Down
9 changes: 5 additions & 4 deletions docs/error-messages/tool-errors/bscmake-warning-bk4503.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
description: "Learn more about: BSCMAKE Warning BK4503"
title: "BSCMAKE Warning BK4503"
ms.date: "11/04/2016"
description: "Learn more about: BSCMAKE Warning BK4503"
ms.date: 11/04/2016
f1_keywords: ["BK4503"]
helpviewer_keywords: ["BK4503"]
ms.assetid: 68abcf23-6987-4bc5-9745-8b65d2578bbc
---
# BSCMAKE Warning BK4503

minor error in .SBR file filename ignored
> minor error in .SBR file filename ignored

## Remarks

The .sbr file contained an error that did not halt the build, but the resulting .bsc file may be incorrect. To fix this issue, recompile to create a new .sbr.
9 changes: 5 additions & 4 deletions docs/error-messages/tool-errors/bscmake-warning-bk4504.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: BSCMAKE Warning BK4504"
title: "BSCMAKE Warning BK4504"
ms.date: "11/04/2016"
description: "Learn more about: BSCMAKE Warning BK4504"
ms.date: 11/04/2016
f1_keywords: ["BK4504"]
helpviewer_keywords: ["BK4504"]
ms.assetid: b56ee2d4-ad44-40f4-98c0-75934ea44a6c
---
# BSCMAKE Warning BK4504

file contains too many references; ignoring further references from this source
> file contains too many references; ignoring further references from this source

## Remarks

The .cpp file contains more than 64,000 symbol references. When BSCMAKE has encountered 64,000 references in a file, it ignores all further references.

Expand Down