mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[0.4.8] [CDFS_NEW] Mute contable assertion to avoid CORE-14067
This commit is contained in:
parent
9274859438
commit
51f9494d48
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ CdRaiseStatusEx (
|
|||
DbgPrint( "CDFS: Contact CDFS.SYS component owner for triage.\n");
|
||||
DbgPrint( "CDFS: 'eb %p 0;eb %p 0' to disable this alert.\n", &CdTestRaisedStatus, &CdBreakOnAnyRaise);
|
||||
|
||||
NT_ASSERT(FALSE);
|
||||
/* NT_ASSERT(FALSE); silenced to avoid CORE-14067 */
|
||||
}
|
||||
|
||||
if (NormalizeStatus) {
|
||||
|
|
Loading…
Reference in a new issue