Browse Source

fix compiler warning about unused variable on linux

flying-dude 3 years ago
parent
commit
e6b2f76b64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      IDE/src/BuildContext.bf

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