[Openmp-commits] [openmp] [openmp] Fix warnings when building on Windows with latest MSVC or Clang ToT (PR #77853)

Alexandre Ganea via Openmp-commits openmp-commits at lists.llvm.org
Sat Jan 20 10:52:28 PST 2024


================
@@ -50,6 +50,7 @@ static HANDLE __kmp_stderr = NULL;
 static int __kmp_console_exists = FALSE;
 static kmp_str_buf_t __kmp_console_buf;
 
+#if 0
 static int is_console(void) {
----------------
aganea wrote:

Removed.

https://github.com/llvm/llvm-project/pull/77853


More information about the Openmp-commits mailing list