grOGL1.c: use ATTR_UNREACHABLE to help analyser

This commit is contained in:
Darryl L. Miles 2024-10-04 20:31:26 +01:00
parent c8974ed2ec
commit 91bb9935f9
1 changed files with 1 additions and 0 deletions

View File

@ -267,6 +267,7 @@ GrOGLInit()
{
TxError("No suitable visual!\n");
MainExit(1);
ATTR_UNREACHABLE;
}
}
grXscrn = grVisualInfo->screen;