From e6b2f76b64e24ad5513f8279cf9de816a7a3d6be Mon Sep 17 00:00:00 2001 From: flying-dude Date: Fri, 22 Jul 2022 17:56:57 +0200 Subject: [PATCH] fix compiler warning about unused variable on linux --- IDE/src/BuildContext.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDE/src/BuildContext.bf b/IDE/src/BuildContext.bf index 02573971..045e5b21 100644 --- a/IDE/src/BuildContext.bf +++ b/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) {