1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 14:24:10 +02:00

Merge pull request #1655 from flying-dude/master

fix compiler warning about unused variable on linux
This commit is contained in:
Brian Fiete 2022-07-24 14:05:23 -04:00 committed by GitHub
commit 93622fe182
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 151 additions and 151 deletions

View file

@ -634,7 +634,7 @@ namespace IDE
IDEUtils.FixFilePath(llvmDir);
llvmDir.Append("llvm/");
#else
String llvmDir = "";
//String llvmDir = "";
#endif
if (gApp.mSettings.mEmscriptenPath.IsEmpty)
{