mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 06:14:10 +02:00
Merge pull request #1655 from flying-dude/master
fix compiler warning about unused variable on linux
This commit is contained in:
commit
93622fe182
8 changed files with 151 additions and 151 deletions
|
@ -634,7 +634,7 @@ namespace IDE
|
|||
IDEUtils.FixFilePath(llvmDir);
|
||||
llvmDir.Append("llvm/");
|
||||
#else
|
||||
String llvmDir = "";
|
||||
//String llvmDir = "";
|
||||
#endif
|
||||
if (gApp.mSettings.mEmscriptenPath.IsEmpty)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue