[Openmp-commits] [openmp] [openmp] Fix warnings when building on Windows with latest MSVC or Clang ToT (PR #77853)
via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jan 16 07:13:52 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) {
----------------
zmodem wrote:
Sounds good to me.
https://github.com/llvm/llvm-project/pull/77853
More information about the Openmp-commits
mailing list