1
0
Fork 0
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:
flying-dude 2022-07-22 17:56:57 +02:00
parent 57cb170c38
commit e6b2f76b64

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)
{