mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
fix compiler warning about unused variable on linux
This commit is contained in:
parent
57cb170c38
commit
e6b2f76b64
1 changed files with 1 additions and 1 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