2
0
Эх сурвалжийг харах

fix compiler warning about unused variable on linux

flying-dude 3 жил өмнө
parent
commit
e6b2f76b64

+ 1 - 1
IDE/src/BuildContext.bf

@@ -634,7 +634,7 @@ namespace IDE
 					IDEUtils.FixFilePath(llvmDir);
 					llvmDir.Append("llvm/");
 #else
-					String llvmDir = "";					
+					//String llvmDir = "";
 #endif
 					if (gApp.mSettings.mEmscriptenPath.IsEmpty)
 					{