You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from common/shell.h:24,
from common/cvar.h:26,
from common/quakedef.h:33,
from common/common.c:34:
common/qtypes.h:37:15: error: expected identifier before 'false'
37 | typedef enum{ false, true, ENSURE_INT_QBOOL = 0x70000000 } qboolean;
| ^~~~~
The text was updated successfully, but these errors were encountered:
gcc-15 switched to -std=c23 by default:
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=55e3bd376b2214e200fa76d12b67ff259b06c212
The text was updated successfully, but these errors were encountered: