kparzysz wrote: The problem is that we want to warn the user that some versions of OpenMP have incomplete implementations, but to still compile the code. With -Werror, that warning would become an error and we would never proceed to the compilation.
If we downgraded the warning to a note, then there wouldn't be a way to turn it off, which is what the issue author requested. I agree that this is unfortunate, I but I don't know of a better way to handle it. https://github.com/llvm/llvm-project/pull/196354 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
