mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 12:02:21 +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);
|
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