mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Compiler warning fix
This commit is contained in:
parent
eefe25ef18
commit
a76c650b86
1 changed files with 1 additions and 1 deletions
|
@ -3352,7 +3352,7 @@ void BfModule::DoPopulateType(BfType* resolvedTypeRef, BfPopulateType populateTy
|
|||
bool hadType = false;
|
||||
|
||||
BfAstNode* deferredErrorNode = NULL;
|
||||
char* deferredError = NULL;
|
||||
const char* deferredError = NULL;
|
||||
|
||||
for (auto baseTypeRef : typeDef->mBaseTypes)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue