1
0
Fork 0
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:
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); 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)
{ {