mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 06:44: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);
|
IDEUtils.FixFilePath(llvmDir);
|
||||||
llvmDir.Append("llvm/");
|
llvmDir.Append("llvm/");
|
||||||
#else
|
#else
|
||||||
String llvmDir = "";
|
//String llvmDir = "";
|
||||||
#endif
|
#endif
|
||||||
if (gApp.mSettings.mEmscriptenPath.IsEmpty)
|
if (gApp.mSettings.mEmscriptenPath.IsEmpty)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue